| Thread | Last Post | Replies |
|
| VBA Question | 14 Jan 2005 04:33 GMT | 3 |
Hello, I am just starting out trying to learn a little VBA code and was trying to understand an example at the following address: http://office.microsoft.com/en-us/assistance/HA010188011033.aspx I typed the code as requested but I am receiving the following error:
|
| autotext 32 characetrs | 14 Jan 2005 04:17 GMT | 4 |
I was just wondering if there's any way to get around the 32-character limitation, or a way to build something that mirrors the autotext feature in word 2000/03? Any help is much-appreciated,
|
| There must be a better way | 14 Jan 2005 01:28 GMT | 4 |
I started out trying to develop a simple test to determine if each word in a document was numeric, alphanumeric, or plain letter text. The beast just kept growing. Numeric or non numeric was simple. It got complicated with the alphanumeric text as I couldn't find a simple ...
|
| VBA Mail Merge using multiple data sources and mixture of single item and repeating rows fields | 14 Jan 2005 00:28 GMT | 1 |
I am newbie to VBA, and would like to know if the following can be done using VBA with Word. A word document is to be used as a report template. The users may amend the "boilerplate text" to their tastes, but not the merge data place
|
| Preserve numbering when copying to a new document (MVP) | 13 Jan 2005 23:49 GMT | 3 |
I need to copy paras formatted with styles containing outline numbering (legal) to a new document and retain the numbering (using VBA).... I seem to lose some of the numbering. Ideas most welcome.
|
| Word 2003 Macro problem | 13 Jan 2005 23:26 GMT | 4 |
When using word 2000, I can record a macro that will paste a copy of an excel chart into the word document, as a windows enhanced metafile, resize it, put a line round it, centre it on a horizontal line and put it behind the text. When I try to do this in in word 2003 I cant. It ...
|
| question on scope of a variable | 13 Jan 2005 21:56 GMT | 4 |
I've tried declaring a public variable in a module of my project in hope that it can be accessible by any of the forms; I mean that I'd like a form to be able to initialize it, or have access to it's value if it's initialized by a routine in the modules section.
|
| Macro could not be created. | 13 Jan 2005 21:23 GMT | 3 |
Using Word 2002 SR3 and Windows XP Pro SP2: When I open up an existing template and attempt to create a macro, I get the message "The macro could not be created." Same result whether I use Tools|Macros|Create or go through the VB Editor. When I attempt to copy a macro from ...
|
| Customize "Cut/Copy and Paste Special" commands | 13 Jan 2005 21:18 GMT | 2 |
Hi, I need to customize the "Cut/Copy" command to keep the Bookmark if the text has it, and then Paste Special the text together with a new Bookmark into the Word document. Any idea on whether I can do it and how.
|
| Overwriting text into a Word DOC with VBA | 13 Jan 2005 20:31 GMT | 4 |
I have a word DOC and I have to automatically replace some text in it with other. The code uses Automation from an Access application to handle the Word DOC Somewhere on a page of the Doc I have a text like this Categorie A1
|
| for next updating headings | 13 Jan 2005 20:20 GMT | 1 |
I often get documents that have had the heading styles manually formatted so that when I drop portions of the document into my template these headings don't update properly. I would like to create a macro to loop through
|
| Hidden Text | 13 Jan 2005 16:25 GMT | 5 |
How do you turn on hidden text in a document through code? I'm actually storing a sentence in a variable but I'm not getting the hidden text. Thanks
|
| Jump between sections | 13 Jan 2005 15:22 GMT | 2 |
How do I jump between sections in a document to add text. Eg in a standard letter, i just want to jump through to name, then halfway throught the first paragraph, then to ending etc. Is there something I can insert then just TAB through?
|
| Inlineshape move-event | 13 Jan 2005 14:56 GMT | 1 |
Is it possble to handle the event of an inlineshape-object (image) beeing moved from one document to another document? Thank you in advance for your quick response :-)
|
| Word online document | 13 Jan 2005 13:33 GMT | 2 |
Is there a way to increase the dropdown form field item maximum of 25 when working with a Word online document? Possibly a download? I can use either '97, 2000 or 2003.
|