| Thread | Last Post | Replies |
|
| Help with math needed desperately. | 09 Jun 2004 20:12 GMT | 2 |
I need help writing the code to do the following. This is in Word 2000. Take the value of "ObDebt", add it to the value of "AmtBorrow", and insert that sum at a bookmark
|
| Launch another application from User Form?? | 09 Jun 2004 19:34 GMT | 2 |
Is there a way to launch a PDF file in Adobe Acrobat by clicking on a command button in a Word VBA form? I can't find out how to launch another application from within Word using a user form. I'm also going to leave this
|
| Multipage Pages | 09 Jun 2004 16:33 GMT | 2 |
I have a multipage userform. I would like to have command buttons on each page that either goes to the next page or back to the previous page ("<Back" and "Next>" buttons). Seems easy enough, but I can't figure out how to do it.
|
| Selection.TypeText Bug for String Len >= 33683 | 09 Jun 2004 15:30 GMT | 6 |
Can somebody confirm/deny this issue? I've got a variable of length 33683 which Selection.TypeText myVar does not successfully print... it only prints 100 or so characters
|
| Scope of Autocorrect entries | 09 Jun 2004 15:15 GMT | 3 |
When I (programmatically) delete all AutoCorrect entries or Restore a AC-list from a file, what scope does this action have? Do I only remove or restore the entries belonging to a certain style, template, or file OR is the scope the active Office user, which would
|
| control open data source dialog box with vba | 09 Jun 2004 14:47 GMT | 8 |
Is there any way using VBA to set the file type to select the *.txt for the Open Data Source Dialog box. I have been able to do this with the File Open and File Save As Dialog boxes but can't seem to get it to work with the
|
| Organizer Copy problems | 09 Jun 2004 14:32 GMT | 1 |
I am opening a new document from a template, from a ASP.net webpage. My problem is that when I copy my custom form from the template to the document, using the OrganizerCopy method, I keep getting a error message saying that the file was not found. I've tried explicitly giving a ...
|
| Opening new word documents from templates in .Net | 09 Jun 2004 14:20 GMT | 1 |
H I have to open a MS Word 2003 document from a web page and then save it to a web server. My problem is that I can't find out how to make a new document from a template in code. The templates that I use have some code in from where I copy the custom forms to the new document, but ...
|
| new created toolbar problem | 09 Jun 2004 14:20 GMT | 1 |
XP home + Office 97. I am creating lots of little macro to change abbreviation of some book to real name on a toolbar in Word. But when my toolbar reach the width of the screen it stop showing the buttons that are fast adding up. When I click on customize the toolbar divide the ...
|
| How to determine which version of Word is installed? | 09 Jun 2004 14:02 GMT | 2 |
As already known, saving a document as pure html is only possible with Word 2003. So, how can I determine which version of Word is installed to give users different options based on the version of Word they have? Thanks,
|
| Turn off Macro Alert | 09 Jun 2004 13:38 GMT | 3 |
Is there a way to turn off the "macro waring" where users can enable or disable macros when the Word document is first being opended? Thanks in advance,
|
| How can I reference to another array? | 09 Jun 2004 13:14 GMT | 10 |
When I'm trying to assign one array to another the data is actually copied to another array, but I don't need to make a copy of array, I want just reference to array (so that when I'll change elements in one array, another array element also will change).
|
| Slowness opening Word docs | 09 Jun 2004 12:29 GMT | 2 |
I am having the WordApp.Documents.Open function take a very long time to complete, about 20 seconds. It also takes that long if I just double-click the doc in Explorer and open it in Word. The doc is only 8 pages, and it is on a local drive. I have turned
|
| OptionButton | 09 Jun 2004 11:41 GMT | 1 |
How do I loop through a form, looking for OptionButtons? When found, make .visible = false and .caption = ""? / Ulf
|
| SaveAs compact HTML | 09 Jun 2004 11:41 GMT | 3 |
Is it possible from a Word macro to save a document as compact HTML rather than full of Word-specific junk?
|