Converting Word RTF documents to DOCX in word 2013/2016 using Wordcnvpxy.cnv...
Dear Sirs.Could you help me to how to use Wordcnvpxy.cnv 's function Rtf2Foreign32 for Converting Word RTF documents to DOCX (word 2013/2016) using .NETPlease share some code, and is this way faster...
View ArticleAssigning Bookmark Value to userform text box ( after assigning getting a...
Hello allI am new to WORD VBAI am trying to fetch a bookmark text made in a a cell of word document table in to a userform text boxProblem is I am getting a formatting symbol in userform text box...
View ArticleContentControl PlaceholderText string lenght
hi,I can insert in a ContentControl (RTF) via CC.SetPlaceholderText a text string longer the 256 characters, but when I try to manipulate it via CC.PlaceholderText.value i can get only a 256 chars...
View ArticleVBA ,WORD 2010,DOCM
Honourable participant, How does change color(RGB(180, 91, 62)) when user points on a specific active-button by "Mouse" , and then abduction ones-base color(vbBlack)? Sub button_MouseMove(ByVal...
View ArticleCreating doc from template
HiHow can I use last binding to create a doc from a word template and fill some text at bookmarks in vb.net code?ThanksRegards
View ArticleVBA Macro for Word to do Fax Merge
Here is another VBA Macro code that will do a Fax Merge out of MS Word linking into whatever external data merge (like Excel) you have selected with your Mail Merge.(routine is actually an old posting...
View ArticleIs there anyone know the Word 2013 justification alignment algorithm?
Hi Everyone,Have you know the Word 2013 justification algorithm? Is it different from Word 2010 algorithm?Regards,Vijay R Vijay
View ArticleInsert programmatically Document Property Title
Hi,I just want to reproduce by VBA code, the following actions in Word (2007-2016) interface: Insert | Document Propriety | Title (I hope the frasing is this one, I'm using an Italian version of Word...
View ArticleFormat Picture Border Issue
HiMy Word 2010 VBA macro below has an issue.The Bookmark Name "Picture" is located inside a table cell. Once the picture is inserted at the bookmark location, i want a border to be placed around the...
View ArticleHow to remove numbering from a new created style based on a numbered style...
I am creating a Word template document with PowerShell (Word 2016 build 16.0.6741.2021, 32-bit and PowerShell 5.0.10586.122 running on Windows 10 Pro build 1511). I create a new style based on the...
View ArticleAdding body text between two conjugative headings without the body part
I want to write a macro so that whenever it find 2 conjugative headings without the body part then just add a text in the body part of the heading which don’t have body. Input is: Heading1 Heading 2...
View ArticleDocument Header - Table
I have a table with two columns in the header of a document. I have 'keys' in each column, K1, K2. When the document is created from Interop I do not know, nor can I seem to find, how to replace K1 /...
View ArticleHow can I edit my Word Template?
I am opening up my Word Template and I cannot for the life of me attempt to edit my template. The Design Mode in the Developer Tab is grayed out. I checked the Trust Settings but I'm poking in the...
View ArticleLooking for a workaround. Impossible to use a Custom Footers in a Content...
Hi,I'd like to insert in my template a Content Control Building Block Gallery form where the user can choose a Custom Footer.Neither manually neither by code I can set wdTypeCustomFooters as...
View ArticleWhich methods API/COM in order to interact with Word like the following
Hello can anyone who is familiar with Microsoft Word tell me how can Word be sent the following commands:1. select a specific number of words and change the font size 2. select a specific number of...
View ArticleHow Microsoft Word layout the paragraph with horizontal alignment?
Hi All,I want to know the algorithm for for layout the paragraph contents with horizontal alignment.Can anyone please share your knowledge on this?Best Regards,Pradeep L
View ArticleDoes NET Framework have methods in order to interact with Word like the...
Hello can anyone who is familiar with Microsoft Word tell me how can Word be sent the following commands:1. select a specific number of words and change the font size 2. select a specific number of...
View ArticleAdding a body text after heading 1
Hi,I want to write a macro which can add a body text after each heading 1, before its first body sentence in the entire document.If it does not have body text then ignore. but if it has the body text...
View ArticleWord displays barcode font incorrectly
Word doesn't display a commonly used code128 barcode font correctly. This is a standard free to use font that's published all over internet at various sites.In Word the font will add a space character...
View ArticleWord 2010 - VBA Select Text of ConentControl, but *not* the ContentControl...
I have a form with a bunch of plain text (and some date) ContentControls ("CC"). I find that I often want to copy or cut some text from one CC to another. I can do so manually, but it doesn't always...
View Article