| Thread | Last Post | Replies |
|
| Returning values from a built-in dialog | 25 Feb 2005 23:13 GMT | 2 |
I'm trying to return values from the Replace dialog. I've done this successfully with other dialogs but for the Replace dialog this somehow doesn't work. Any ideas are welcome. TIA,
|
| time stamping question | 25 Feb 2005 23:01 GMT | 1 |
I have some templates that i need to get the amount of time the document has been open from the create time. i know how to put in the created time and then a macro button for the end time, but, how do i compute the time difference? so, if they start at 11am and finish at 11 ...
|
| How do I restore path in environmetal vaiables | 25 Feb 2005 22:16 GMT | 1 |
I erased the path address in environmental variable while trying to modify it. What should I do?
|
| Word Data Acquisition 101 | 25 Feb 2005 20:49 GMT | 1 |
I have VBA code for Excel that gathers the data from a worksheet for export to another application. The knuckleheads I work for now want the data to be in a word doc / table instead of Excel. I have not idea where to start with Word.
|
| Reference to Template Project (Code) | 25 Feb 2005 17:26 GMT | 2 |
I've created a template, that when a user clicks a buton, the document merges with a record in a SQL db. Works great except that when a user opens up the document later, they in turn open the project of the template (or a reference to the
|
| Minimize app vs. Not Visible App | 25 Feb 2005 16:54 GMT | 11 |
My code takes several minutes to "run", and I want the enduser to not have to "watch" all the rigamarole. I have a progress bar, which lets them know how the code is progressing, but because my code opens, closes, and adds new documents, among other things, I want to keep that from ...
|
| macro to update field | 25 Feb 2005 16:25 GMT | 3 |
How do I get automatically updated fields in the header? I have a template file that is large. I would like the Heading 1 (i.e. Introduction, Chapter 1, etc.) to appear in the header. I would like the header to automatically update from a single macro instead of the ...
|
| macro to change spell check defaults | 25 Feb 2005 16:18 GMT | 8 |
Can anyone please help. On the computers at work, Word 2002 is run on workstations from a central server. My employer has set various options to what they think is best - obviously so that individual preferences aren't imposed on everyone else. However, they do allow individuals ...
|
| Auto-Updating Hyperlinks | 25 Feb 2005 15:22 GMT | 1 |
I am creating a Word 2000 document which has hyperlinks to non-Word files. These files will be transferred with the file, but the directory and their location will change, and I want the hyperlinks to follow them, even if moved to a CD, different drive etc.
|
| How can I select a page content by using VBA code? | 25 Feb 2005 10:34 GMT | 1 |
I want to select a page content and copy it to a new page.How can I do that by using VBA code? Thanks!
|
| Macros Disabled | 25 Feb 2005 01:47 GMT | 1 |
I have several Projects outside of the Normal template for which I have created a digital certificate and assigned it to the templates. These templates are checked in the Add-Ins and Templates as global templates. Security is set to high. When I try to run the macros, I get the ...
|
| How to use VBA to add a macro to a toolbar in Word | 25 Feb 2005 00:45 GMT | 3 |
I want to use VBA to add a macro to a toolbar in Word. When I record a macro doing this manually, it just leaves this VBA-command: CommandBars("Menu Bar").Controls.Add Type:=msoControlButton, Before:= 19 without any reference to the name of the selected macro.
|
| How can I make a table of contents automatically update itself wh. | 25 Feb 2005 00:29 GMT | 1 |
I'm updating a spec at work and it requires major overhauling. It was originally written in word but it requires re-formatting. As I update the document with more text, I have to update the table of contents with new section numbering and new page numbering. Is there a way to ...
|
| popup menu | 25 Feb 2005 00:07 GMT | 1 |
im having huge problems with a popup menu. Everytime i run the macro it creates a new shortcutmenu item however if i run the mcro few times i have the same menu item added everytime. I was trying to code it so that if it already existed it would delete it and create
|
| input date from calendar in textbox | 24 Feb 2005 23:19 GMT | 1 |
On the internet I found a program to enter a date in my document by clicking on a calendar userform. It works fantastically, but I would like to use it a little different and don't exactly know how. In my document I have textboxes from the forms toolbar (grey fields you have
|