This question already has an answer here: Word occurences in VBA: how to speed up (1 answer) Closed 3 years ago.
I am trying to create a mail merge to email which also adds an attachment.I am following a procedure outlined in the article
I want the user to open one document that prompts for a bunch开发者_Python百科 of header information, then once the user presses a button, it opens other selected word docs and excel spreadsheets (if
I want to display a word Document, which is sitting on my IIS. I want to display the whole document as开发者_如何学运维 is, inside a iFrame on my aspx page.
How can we extract the find result for a wildcard search in a range? dim r as range set r = activedocument.range
I have a large subset of encrypted word documents which i need to process with out knowing the encryption password.
I\'m trying to add Belkin开发者_StackOverflow中文版 to the header of my word document. Situation:
I made an add-in for Word 2010 in visual studio 2010 (C#), which dynamicly adds new buttons to a new ribbon tab (data from sql database). Now when i click on a button, a new document with a macro need
I know someone which has a single-page MS Word document for receipts. One headline includes RECEIPT #<number>. At the moment he looks up which number was on the last printed receipt and adjust t
I use VBA to create an overlapping character in Word: a = \"x\" b = \".\" Selection.Fields.Add Range:=Selection.Range, Text:= _