| Thread | Last Post | Replies |
|
| Opening a form from another and accessing contents | 16 Mar 2007 21:57 GMT | 12 |
I have a Userform someone's built into a word template. I'd like to be able to launch another user form when someone clicks on a button on the first form. Being new to word VBA not so sure how I'd do this. for eg, in Access you could do:
|
| Password dialog interferes with auto open macro | 16 Mar 2007 21:12 GMT | 2 |
I'm getting a problem that I believe is caused by a document's password dialog. When I try to open the doc, I get the password box and I get an error dialog saying the requested command could not be performed because a dialog box is open.
|
| regexp question | 16 Mar 2007 20:47 GMT | 3 |
it's me again In my vba program, I've created an new regexp called "reg" the program will match the first paragraph in the active doc using the reg.test
|
| Delete page | 16 Mar 2007 18:18 GMT | 6 |
Is there a way to create a macro to delete only the page that my curser is in?
|
| VBA for opening a dialog box without losing focus on toolbar | 16 Mar 2007 16:03 GMT | 6 |
I have successfully written a macro to open Document Properties dialog box so users can enter repetitive data to populate fields throughout the body and header/footer. Sub ShowProperties()
|
| Create RTF file in VBA to include formatting? | 16 Mar 2007 15:41 GMT | 1 |
Howdy- I searched this group for possible answers, but couldn't find relevant hits. My company uses an MS Excel file to collect information about labor elements in a proposal response. Part of this process is to generate a
|
| How to open multiple instances of MSWord through VB | 16 Mar 2007 14:47 GMT | 1 |
I want to open MS Word document through VB 6.0 and i am using shellExecute API sub command1_click() Rtn = ShellExecute(frmName.hwnd, "Open", "C:\Program Files\Microsoft
|
| A section that appears or disappears | 16 Mar 2007 14:35 GMT | 1 |
Hey all, This sounds so simple, but is complete doing my head in! I have a word VBA file, that on open, a form pops up and the user fills in the details.
|
| Get e-mail address | 16 Mar 2007 12:07 GMT | 6 |
If I know a name from the global address book, can I get the e-mail address? If Jon Smith is an entry in the global Address book, can I in some way retrieve "Smith, Jon" e-mail address? Using GetAddress does not seem to work. I use Office XP.
|
| Highlight Numbering | 16 Mar 2007 06:51 GMT | 4 |
In WordPerfect we had the ability to highlight our procedure numbering when we would make a minor change to it. An example would as follows: 1.0 Procedure 1 1.1 This procedure tells...
|
| "corrupt" normal.dot | 16 Mar 2007 03:04 GMT | 2 |
I recently installed Office2003Pro to replace Office97Pro on a Dell Dimension 4550 P4 2.5GHz computer running WinXPHomeSP1. The normal.dot file from Word97 contained several macros that I can no longer use because I am no longer with my former employer; the macros I am ...
|
| revision information | 15 Mar 2007 23:59 GMT | 1 |
Does Word keep revision information if the "tracking changes" option is not on? If so, where can we find it by programming (COM or OLE)? Thanks!
|
| Testing for blank pasges in document | 15 Mar 2007 23:38 GMT | 3 |
Is there a way to loop through each page in a document to test if it is blank (ignoring header/footer) and if it is blank to remove the page? Thanks.
|
| Formatting while using Insert File | 15 Mar 2007 22:23 GMT | 2 |
In an article http://word.mvps.org/FAQS/Formatting/WorkWithSections.htm it is described how things work using Insert File. Is there a difference in functionality between Word2003 compared to Word2000? I want the scenario that, if I have a blank document and insert a second ...
|
| How to add the data entered in a userform into a Text Form field | 15 Mar 2007 21:03 GMT | 1 |
I am very new to VBA, and word macros ( learning with the help of this forum and Diane Chapman's tutorials). I created a userform and want to populate the contents of a text Form field on the word form with data entered in the userform.
|