Finetuning capitalizations
Hi there(I've written a fair amount of code in Access, and a bit in Excel— so I'm not a complete novice. But I have almost no experience using it in Word.)I kind of like Word's automatic capitalization...
View ArticleProblems with Spell Check in Word 2013 Macro
Not sure if I'm reaching out to the right group, but here we go.We recently upgraded from Word 2010 to Word 2013 and now our macros that run spell check are not highlighting the first misspelled word...
View ArticleVSTO 2013 word add-in not loading for debug, and reporting "not a valid...
I have a word add-in that was developed in VS2010, and ran with word 2013. I then (last year) ported it to a different machine running VS2013, and thought it was working... some time passed and now...
View Articlemicrosoft word 2007 free version questions
im having some issues trying to find the free version of microsoft word on your website. was wondering if you could help direct me to the correct url to find it. thank you
View ArticleTransition into COM context 0x57edd8 for this RuntimeCallableWrapper failed...
Hello,I am trying to read docx file using Interop and file size is approximately 20MB. When I am reading file as iterating through paragraphs, I am getting exception as :"Transition into COM context...
View ArticlemsoGetDitlBounds & msoNavCreateRunPutFileSS -- sdk documentation ??
Hi,Using MS WordmsoGetDitlBounds & msoNavCreateRunPutFileSS Where can I find documentation on what these two function calls do? they seem to be called when a user presses the save button in MS...
View ArticleHow to obtain the upper right corner position of a picture?
I am using the InlineShapes.AddPicture(fullname) to add pictures to a word document. I would like to get the exact position of the picture (the up[per right corner) in order to insert a textbox at this...
View ArticleWord 2013 Windows 10 Run-time error 5853 Invalid parameter
Hello,I have a macro that runs a merge. This macro works fine on all computers except a Windows 10 machine. It doesn't throw the error when stepping through the macro. Only when running it.Is this a...
View ArticleCalling get_FormsDesign - a method that is generated from the word 2016 type...
I generated a _Document class from the "Microsoft Word 16.0 Object Library<8.7>The resulting CDocument0.h header file contained the following method:BOOL get_FormsDesign() { BOOL result;...
View ArticleAutoSave in DocumentBeforeSave event
Hello!I would like to know whether a documentbeforesave event is raised by a user or by Autosave Word's feature. Application.DocumentBeforeSave += new...
View ArticleHow do you make a row in a Word table automatically repeat at the top of each...
I would like to make the same row in a Word table automatically appear at the top of each new page in a Word document. I have a Word table (test procedures) that extends over several pages. The row...
View ArticleUse VBA to add a space after deleting a word using CTRL+BACKSPACE
I want to use VBA to add a space automatically after I've used CTRL+BACKSPACE to delete a word.I know there are manual work-arounds but when I'm typing a lot I don't remember those. My default is that...
View ArticleHow to remove right margin and clear tab stops in word document?
I am new to word/office development and I am trying to develop an add-in for the user to do minor modifications to the word document that they open. I have office 2013 and Visual Studio 2015...
View ArticleWindows 8.1 constantly trying to tunnel to nexus.officeapps.live.com:443
I am trying to debug a visual studio app this morning and needed Fiddler to examine what was going on -- but I can't because there is (literally) constant HTTP traffic as "Tunnel...
View Articlefield update
Word 2010 ... I have a 600-page doc with inserted text fields and page ref fields. Before printing I try to update all page ref fields, so I have a macro that says if it's a pageref field then...
View ArticlePowershell script to Restrict search for few lines based on starting and...
Hi,I am trying to replace a string inside a word document. But i do not want to change it in the whole document instead want to change it only between specified lines. To get these lines located i am...
View ArticleHow to capitalize the first letter of the word automatically in the heading...
Hi, I need help regarding how to change the first letter of a word in the document section. i know we can press shift+f3 or we can use "capitalize first letter of the word" option, but it has to be...
View ArticleWhat glyphs are in a font from Word VBA
Greetings,I'm wondering if there is a way in VBA to determine what glyphs are in a particular font.I know Word has this capability because if you insert a character that is NOT in the currently...
View ArticleVS 2013 vb.net warning Variable '' is used before it has been assigned a...
VS 2013 vb.net warning Variable '' is used before it has been assigned a value. A null reference exception could result at runtime. On the following variable...
View ArticleAccessing menus and setting options thru macros
Hi,I need to enable certain options in Word (say, "File" -> "Options" -> "Advanced" -> enable "Show picture placeholders").I would like to automate this (thru templates / macros) so that I can...
View Article