| Thread | Last Post | Replies |
|
| wdfilesaveas works the first time but not the second time | 24 Mar 2005 17:50 GMT | 3 |
I have an Access application which I use VBA to open a Word document and insert data from the Access forms and data from the db. The code then opens an Excel spreadsheet and inserts data into it.
|
| How Many Characters per Line | 24 Mar 2005 16:45 GMT | 2 |
Is there a way to know the number of characters per line in Header or Footer, giving the current font ? Thanks for your help Thierry
|
| Weird problem Word 2000 | 24 Mar 2005 16:44 GMT | 2 |
I have a relatively straightforward piece of VBA that works fine in Word 2002, Word 2003 but not in Word 2000. Anyone hazard a guess why ? With ActiveDocument.Content.Find
|
| Looking for a way to turn off gridlines. | 24 Mar 2005 16:42 GMT | 4 |
I need a way to automatically turn off table gridlines on opening a document from a template. Everything I've tried needs to be debugged. Thank you.
|
| 'Browse folder dialog' -where to find? | 24 Mar 2005 15:04 GMT | 2 |
I am sorry. How to make macro to retrieve the folder name that the user selected by calling the standard 'Browse folder dialog'? i.e. implement integrated browsing capability, to select required folder via browsing, more easily. Currently code use just input box where exact ...
|
| Not wdReplaceAll but what? | 24 Mar 2005 12:15 GMT | 9 |
I've written the following macro to convert numbers in Turkish style to English style: <quote> Sub TRENumber()
|
| Find.Execute with Find.Format = True keeps looping | 24 Mar 2005 09:13 GMT | 7 |
I have a Word XP document with, for example, 3 words that are highlighted brightgreen and 1 word that is highligted red. With the code below I want to remove the brightgreen highlight and give the red highlight DoubleStrikeThrough and Outline. Unfortunately the code keeps looping ...
|
| macro to create mp3 lists | 24 Mar 2005 05:43 GMT | 1 |
Could VBA macro do the following task: create lists of mp3 files- scan specified drive or folder for mp3 files, to decode the information that is stored on each .mp3 file, from ID3 tags(artist, album, year, size), extract this data and build playlists based on this data. The ...
|
| Converting Format tags | 24 Mar 2005 04:37 GMT | 6 |
I'm trying to write a macro to convert tags (like html tags) using the Range object. I can do it using the selection object easy enough but would like to convert to using a range object for performance.
|
| Printing from VBA, actual page not page number | 24 Mar 2005 02:02 GMT | 3 |
I am trying to print a range of pages, based on the sequence of the pages from the beginning of the document and not based on user defined page numbers. I have 700+ documents, where the author has set page numbers starting
|
| when i down load things to word it is not in english | 24 Mar 2005 01:18 GMT | 1 |
HOW DO I GET MY WORD PROGRAM TO DO ENGLISH WHEN I DOWN LOAD TEXT
|
| Best place to learn coding for macros | 23 Mar 2005 23:43 GMT | 2 |
I work with Microsoft Visual Basic and Word 2000. I am taking an online course on Visual Basic 6.0. Is there another good place out there to learn? thanks!
|
| Keyboard shortcuts | 23 Mar 2005 23:40 GMT | 1 |
When using the recorder to define a macro, one has the option of giving it a keyboard shortcut. This appears in the finished macro as a comment. But comments are not executed, I thought.
|
| Once again: Changes have been made that affect the global template ... | 23 Mar 2005 23:11 GMT | 4 |
I created a NORMAL.DOT that makes changes to the menues depending on the useres rights. I get those rights from existing directories. That means when a certain directory exists the user has certain rights. This NORMAL.DOT is on a network drive with a read only flag.
|
| Replace All Normal Style With New Style | 23 Mar 2005 22:45 GMT | 5 |
Clients of ours can create what is called "string documents". This is a document that uses the PRIVATE field and VBA code to append all the documents listed into one document. All the documents use the Normal style with manual formatting so you can guess what happens when they ...
|