| Thread | Last Post | Replies |
|
| Word - auto text entries | 14 Sep 2005 21:08 GMT | 2 |
I have a container with several auto-text entries, some of them longer than 255 characters. Retrieval of these using "Templates(<FileName>).AutoTextEntries(<EntryName>).Value" results in truncation of the value to 255 chars.
|
| How do I find the last page break of a document? | 14 Sep 2005 19:37 GMT | 4 |
I need to format a document that is originated in Text Only. I can get all the formatting, including page braks. However, the first line following each page break needs to have a formating style header. How do I find out that this is the las page break?
|
| Using %userprofile% in macro that changes path | 14 Sep 2005 15:04 GMT | 2 |
Hi, thanks for your help. I'm using Word XP. I have one line of code that works: Options.DefaultFilePath(Path:=wdWorkgroupTemplatesPath) = "C:\Program Files\Microsoft Office\Templates\IRTemplates"
|
| Hyperlinks and Global Template | 14 Sep 2005 13:28 GMT | 2 |
I have created a global template, which looks at the document name, and if it is a new document (i.e. name = Document1, Document2, etc.) it ask them if they would like the document added to an Access application (as a hyperlink in a table) they use. It will then also save it to a ...
|
| Getting a dropdown value from the fields collection | 14 Sep 2005 12:55 GMT | 2 |
I have an application that is looping through the fields collection of a Word document and gathering the entered values and subsequently loading those values into an Access database. Although I can get the value of the dropdown box from the Result property
|
| Help: add-in installer for Win AND Mac | 14 Sep 2005 10:31 GMT | 2 |
To avoid trouble with OS specific problems we've kept using a macro driven installation for our Word add-in (several *.dots, *.docs, fonts) for many years. The benefit of this is, that we only have one installation procedure for
|
| VBA Macro that tests for a specific keystroke | 14 Sep 2005 10:12 GMT | 4 |
I am a beginner but have a quick VBA question using Word 2000. I would like some help with a code the does the following: A macro begins that starts a numbering sequence (I have that below.), when a user types the ? a few returns and an indent are entered then
|
| multiple printer codes | 14 Sep 2005 10:11 GMT | 1 |
In Word 2003, I've created a macro to select certain trays for paper type, such as bond, draft, etc. My firm has multiple different printers, and I'd like to have the macro automatically select a certain tray BASED on the active printer. Is there an IF statement, for example, ...
|
| Help to create a macro to copy a Highlighted word and paste it? | 14 Sep 2005 10:08 GMT | 1 |
I would like to create a macro that will copy someones name in a letter, and paste it further down in the document. I will highlight said word....then start the macro, then it enters in the correct place later in the doc.
|
| buttons disappear from toolbar | 14 Sep 2005 09:28 GMT | 3 |
I make a custom toolbar. I add buttons linked to macros that I have made. Everything works fine. Some time later, I open Word and see my custom toolbar but it is empty -- no buttons. I have to add the macros to the template again.
|
| Saving a list in XML (data only) how do you retain line feeds? | 14 Sep 2005 03:03 GMT | 3 |
I have been trying to save a list of items separated by line feeds but Word 2003 strips the character and doesn't even replace it with a space.
|
| Converting embedded Word Objects | 14 Sep 2005 03:03 GMT | 3 |
I have a Word doc that contains a number of inline word doc objects. I am trying to scan through the doc and replace each of these OLEs with its actual contents. I can do this manually for one object but I can't figure out how to do this programmatically. I also need to check ...
|
| My loop never stops! | 13 Sep 2005 23:39 GMT | 3 |
My macro starts by going to the top of the document, then it does a simple procedure on certain paragraphs in the document. I want my procedure to loop until it reaches the end of the document since there will be varying numbers of paragraphs in each document. Is there a way to ...
|
| Printing Problem | 13 Sep 2005 23:38 GMT | 2 |
Word 2000 I have some users that have reported a problem printing shipping labels. I'm not sure this is a Word issue (could be a problem with the printer), but I wanted to explore the possibility of it being a Word problem, just to make
|
| find and replace field codes | 13 Sep 2005 23:25 GMT | 1 |
i have looked at several different solutions but none seem to work for me. I want to find all field codes that are meteric and hide them then later they will be deleted.
|