| Thread | Last Post | Replies |
|
| VBA Cross Reference | 24 Feb 2004 10:30 GMT | 3 |
I think I have found a bug. I am using Word 2000. I want to have a the title of a figure refer to the immediately preceeding outline number, wahtever it is. For example: Figure 3.4.2.1-1
|
| movedown method | 24 Feb 2004 10:12 GMT | 5 |
My program creates a report (Word document) which includes several tables. Unfortunately, today, I found out that Microsoft has a bug when using MoveDown method. (http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com
|
| Can I export xl 2002 code to xl 2000? | 24 Feb 2004 01:45 GMT | 1 |
Can I export xl2002 code to xl2000? I hope there's an undocumented feature to "port" code backwards a version or two. Thanks,
|
| Insert file in formfield in Word | 24 Feb 2004 00:43 GMT | 1 |
I'm trying to insert a file into a form at a bookmarked location. It works when the form is not protected, but doesn't when the form is. So how would I insert a file into a protected form. I also tried to use a formfield, but it doesn't work either. It is inserted half way ...
|
| Looping through controls on a form | 24 Feb 2004 00:30 GMT | 4 |
I am trying to test the values in textboxes on Myform using the following code: For each Ctrl in Myform (do something)
|
| form keypreview property | 23 Feb 2004 23:53 GMT | 3 |
I would like to trap the _keydown even of a Word VBA form. This only works if there are no other controls on the form, because otherwise the focussed control's event is fired (and not the form's event).
|
| Please, i don't want my word addin load when word is used in outlook | 23 Feb 2004 23:49 GMT | 1 |
|
| Track Change Parser | 23 Feb 2004 23:21 GMT | 2 |
I'm working on creating a procedure that will basically parse an entir word document and whenever it comes across a review change (create with the Track Changes option) it will add the page number to an array In the end, I want to simply print all of the pages off that ha
|
| Compare/Merge Documents Problem | 23 Feb 2004 23:15 GMT | 2 |
We've dealt with Microsoft on this one to no avail, so now I'm going to punt: The following blurb is from the MS knowledge base: WD2002: Compare and Merge Documents Feature Shows
|
| Link Word and Excel through hyperlink? | 23 Feb 2004 22:51 GMT | 3 |
Hi; I am trying to create a link in a Word table that will take me to a specific cell on a spreadsheet. Does this require programming??
|
| macro from MS Knowledge Base article won't run | 23 Feb 2004 22:14 GMT | 2 |
Actually it won't even display in my list of macros when I access the Macro dialog box, although in the VBE, I can see all the coding. When I try to run the macro from the VBE, nothing happens. I'm stumped as to what to try to troubleshoot The article in question is "HOWTO: ...
|
| Word slow performance adding Table records. | 23 Feb 2004 21:57 GMT | 3 |
I need someone to run a test for me. This simple loop causes the performance to degregate as the number of records added increase. VBA - Word 2003 Create a Word doc.
|
| Mouse Pointers | 23 Feb 2004 20:51 GMT | 17 |
One of the properties options for a command button is a great big list of different types of mouse pointers that will display when the cursor is run over the button. As luck would have it, the one that I want (the "hand" -- or maybe better, the "finger" -- pointer finger, that is) ...
|
| How do I learn to use the visual basic editor? | 23 Feb 2004 19:02 GMT | 1 |
I want to create a document that will be used in various cases but am unfamiliar with the visual basics editor. Does Microsoft offer an online class? I've looked the through the help options but didn't find them to be of assistance.
|
| Registry Entries via Excel | 23 Feb 2004 18:45 GMT | 1 |
Is there an Excel VBA board? I cannot find it. May I post this here please? In Word, it is easy to get a registry value using the following formula: NameIs = System.PrivateProfileString("", _ "HKEY_LOCAL_MACHINE\Software\SECTIONNAME", "ENTRYNAME")
|