Why is bold off where it should be on?
Hi;Please take a look at the file www.windward.net/temp/Bug_16716.docxIn the upper left corner of the header you have the text ACN 111 111 111 where ACN is bold (expected) but the 111 111 111 is not...
View Articlemacro or VB Code to resize picture in word 2010
Hi, I need a VB code to create a macro to resize a picture to 4.92 cm high, wrap text 'square' and apply a solid line border (black, text1 lighter 40%). This would just be for my landscape pictures....
View ArticlePDF converstion in Word 2013:Execute problem
Hi,I have written some code which performs a PDF conversion using word 2013 using activex controls. The program is installed on a terminal server which is then accessed by terminals. One of the admin...
View ArticleFind and Replace field codes without ruining cross-references
I'm trying to write a macro to replace a colon with a period when the colon appears directly after a field code. But I need any cross-references to the field to be maintained. I.e., I want to...
View ArticleWord Macro not running - permissions
We are having problems with a Word form and Macro permissions in Word 2010. Our Word form has a command button which we are unable to click on (the cursor becomes a hairline rather than a pointer).We...
View Articlehow to view a userform in my doc (docm) file? (Office 2010)
I added a userform to a docx (now a docm -- Office 2010) file in the VB editor view. This form contains labels and textboxes for data entry. When I go the the presentation view (whatever you call...
View ArticleHow resize a TexBox whe I move the splitter bar
Hi everyone,I've developed ad add-in using Visual Studio C# for Word. Do you know how to resize a textbox when a splitter bar is moved? The textbox stay in same position with the same sizes. Is...
View ArticleHidden Sections in MS Word 2013
Hello!I have a Word Document with various Sections and a single Drop Down List at the top of the Section for users to choose which section is relevant to them.For Instance:The Drop Down List has 3...
View Article[SOLVED] Recording new macro in Word 2010
None of the Word 2010 installations at our site are allowing actions to be performed during macro recording in Word. We select Record Macro and get the "casette" cursor. No actions (like enter text,...
View ArticleInterop.Word.MailMerge.OpenDataSource problem
Hello, I'm developing a app that one of the functionalities is to get a word template and merge with some variables from SQL Server 2012. I'm working in Win8.1 and developing in VS2013 Ultimate and my...
View ArticleWord to PDF: Spaces converted to Tabs
Hi,I have a word doc which has spaces in between words like below: Normal text with spacesNormal<3 tabs inserted>text<3 tabs...
View ArticleUsing VBA to copy-paste from Excel to Word
I'd like to create a hotkey macro to copy the selected chart in Excel and to paste it as a windows metafile in word. Googling through various articles I cannot find a solution; many of the solutions...
View ArticleRegression bug in Word 2013 concerning Document.ContentControlOnExit
Hi,If you create a Content Control inside of a TextBox and then click somewhere outside both the Content Control and the TextBox the ContentControlOnExit event will not be fired.Clicking inside of the...
View Articlemacro to highlight and count subscript
HiIs there any macro to find and highlights all subscript text and throws a message box for the count of highlights in a word document?I need it replace the subscript with text highlights color not...
View ArticleMacro to replace bold text not bold italics
Hi,I need a macro to replace all bold text in a word document as subscript.But the Issue I encounter was, it replaced both bold and bold italics to subscript.Is there any possibility to replace only...
View ArticleWord protection issue for DOCX file
Hello all I have protect my word document with protection type as 'word.wdprotectiontype.wdallowonlyreading' in VB.NET. Now after some time I have unprotect it, and again I protect it...
View ArticleRead page number of word document by interop word
Hi everyone!I have a c# application and I want to read page number field of each page.i.e. A,B,C... or 1,2,3... or i,ii,iii...Please Help! Thanks!
View ArticleAccessibility Object, (working in VBA)
I am trying and generally having success in creating a "sticky" ribbon menu which contains a series of checkbox controls.The idea is the user displays the menu and then the menu is persistent and stays...
View ArticleMacro to insert page break between tables
I have 117 tables that I need to insert a page break between each. Does anyone have a macro that can do this? Thanks!!
View ArticleDrop down list / Combo boxes
HelloI am fairly new to the developer aspect of word. I work at a hospital that uses word for documentation and have adopted the current templates in use from another person that is no longer here. I...
View Article