Word VBA FilePrint Function i want to check printing properties of word with fileprint function however, this function work in some different versions or different languages of word or does not work in some versions is there anyone whoo meet this problem or anyone who solve this before? ... 2 Feb 2010 17:46
Setting options in Word I would like to programmatically (using OLE) set the spelling check option in Word that will skip words with numbers. I have used OLE with Word for configuring a document, mailmerges, etc. Can someone show me how I can set this option programmatically? Thanks for any ideas on this, Mark ... 2 Feb 2010 17:46
Count the number of deleted manual page breaks Dear Experts: below macros deletes all existing manual page breaks before paragraphs formatted with built-in heading style 1. The macro works fine. I now would like to count the number of manual page breaks deleted immediately before headings level 1 and display it in a Message Box. How do I have to re-write ... 2 Feb 2010 17:46
Clearing variables Hello, In my current project I have two variables that I initially set: MaxPages = Selection.Information(wdNumberOfPagesInDocument) CurPage = Selection.Information(wdActiveEndPageNumber) These are sent inside a Do Until loop that quits when CurPage = MaxPages. The first time I ran the macro it ran smoothly... 2 Feb 2010 17:46
Word 2007 vs Word 2003 VBA autotext We use VBA code: DestTemplate.AutoTextEntries.Add in a macro to "copy" autotext entries created in a Word 2003 document to a Word 2003 template to be used in different documents. If we run the macro in Word 2003, the resutling template 2003Autotext.dot can be used in both Word 2003 and Word 2007 doc... 2 Feb 2010 17:46
Macro renaming When creating a macro I don't always give it a descriptive name. I would like to know how to rename the macro. THanks, -- G Teachman Soil Scientist ... 2 Feb 2010 17:46
When recording a macro a dialog box doesn't display Hello, When searching for a phrase in a highlighted selection of a document; if the phrase is not found Word responds with a Yes/No dialog box basically saying it didn't find the phrase would I like to search the remaining part of the document. Select 'yes' to search the rest of the document, or no don't se... 2 Feb 2010 17:46
How to call Find.execut I am developing a Word Automation program using MFC and I want to call "execute" function of "Find" object, but since it takes lots of VARIANT* parameters and I don't know how to create a VARIANT* variable proper to each of the input parameters, I can't call it. Is there anyone who could help me please? ... 28 Jan 2010 01:01
Visual Studio hi, i like to run vb codes on Word from a vb compiler. could one of you show me the site to download visual studio 2010 Beta- i mean free download. i tried but am confused. currently i am downloading part1.exe from http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=a80dfb5d-51c6-4778-8656... 27 Jan 2010 18:21
Inserting Date I want to create a macro (assigned to Control Z). that simply inserts the current date into a document. I have looked at the date function and it seems like it would be really easy, but for some reason I cannot come up with the correct syntax. My user wants mm/dd/yyyy format. Can someone help me with that? ... 2 Feb 2010 17:46 |