| Thread | Last Post | Replies |
|
| Newbie Question about clearing bookmarks | 17 Mar 2006 19:53 GMT | 1 |
Work on my first form is progressing nicely, and I am almost ready to start using it. One thing I have not been able to figure out is, although I can reset the fields in the UserForm, I have been unsuccessful at clearing the data placed in the bookmarks. I could just
|
| Re-Define NormalTemplate | 17 Mar 2006 19:21 GMT | 12 |
Office 2003 on XP workstations. I've run into this before and spent lots of time fumbling before resorting to the organizer and moving things manually. I want to do something via code -- in this case add AutoText entries to a
|
| Word Template with hidden toolbars and buttons | 17 Mar 2006 18:26 GMT | 1 |
I have inherited a Word template which has built in toolbars and buttons. I need to create a new template with exactly the same toolbars and buttons but I cannot find a way to access the code which creates the toolbars or buttons which will save me time. Further to this the
|
| Access denied Error 70 | 17 Mar 2006 17:38 GMT | 3 |
I have developed a Word VBA solution that is being used by about 50 individuals. The code in question does the following: 1) captures the current filename into a variable 2) Does a Save as to a new file name
|
| How to develop a WORD addin? | 17 Mar 2006 16:12 GMT | 1 |
How I can do develop one addin to microsoft word?
 Signature Atenciosamente, Julio Giorgi Júnior
|
| Built-in Word Pdf Exporter | 17 Mar 2006 15:52 GMT | 6 |
I think that in the next version of Word professional...a PDF exporter should be included. It would certainly help when typing documents for others that I don't want edited among other things. ----------------
|
| Compile errors: What's wrong with this code? | 17 Mar 2006 14:58 GMT | 5 |
After several years of working with VBA in Excel, I'm now starting to visit the world of Word. It's driving me nuts. ;) The following two macros are stored in the same module in Normal.dot: Sub FileFolderLabels()
|
| Check Box to add text to form | 17 Mar 2006 14:49 GMT | 4 |
I have, with the help of instructions at word.mvps.org, created my first UserForm. The form gathers info, inserts it into a boilerplate template, copies the completed text to the clipboard and closes the form. We can then paste the completed form into an email. I have
|
| Autotext entry based on style | 17 Mar 2006 14:43 GMT | 1 |
We're using Word 03. We have long documents that consist of paragraphs formatted with a particular style. We need to insert an Autotext entry directly above each of these paragraphs (there can be 100s of them). I know how to use loops, but how do I refer to all of the the ...
|
| Saving from a template | 17 Mar 2006 10:35 GMT | 2 |
I have made a custom template with a custom toolbar. I have added the save command to this toolbar. When I click this the save dialog box pops up, but the file formast is set to *.htm. how can I make sure that it will save as a *.doc?
|
| Tips for Speeding up | 17 Mar 2006 09:17 GMT | 3 |
Folks; After some help from Jezebel and Peter Jamison I have the code below working. YEAH! BUT (you knew that was coming right!)
|
| TablesOfContents.Add Error? | 17 Mar 2006 06:46 GMT | 6 |
The following code: ActiveDocument.TablesOfContents.Add Range:=Selection.Range works OK in the Word 2003 and Windows XP it was created in. But in Windows 2000/Word 2000 it crashes the application and doesn't even get trapped by the
|
| Code for Tick and untick... | 17 Mar 2006 06:09 GMT | 1 |
I have a template with a box for user to tick or untick. Is there a way for word to automatically change the untick to tick on double clicking on the control? SF
|
| Compare files | 17 Mar 2006 02:19 GMT | 2 |
I have a copy of LIST.com by Vernon D. Buerg that I use frequently. It enables one to invesigate the contents of any file, very simply. I have a shortcut on my "Desktop", and,
|
| Page number | 17 Mar 2006 01:01 GMT | 6 |
Hallo everybody. I have a problem with a document. I need to know, in every moment, the page number in wich I am, and the total number of pages of document. May you help me? I don't find anything!
|