| Thread | Last Post | Replies |
|
| adding a button to a word document | 14 Nov 2006 06:16 GMT | 2 |
I want to add a button to a Word document (actually in the document) that will run code when the user clicks it. How do I get the button in the document?
|
| Updating fields in a protected document | 14 Nov 2006 06:11 GMT | 1 |
Any suggestions for updating fields in a protected document?
|
| "on save" macro launching | 14 Nov 2006 03:17 GMT | 1 |
The problem is like this: All I want is to launch a macro when user saves document. Macro should check if a defined string is present in footer of document. If not - the macro should open info form with possibility to enter missing string (string = id
|
| Find object variables | 14 Nov 2006 02:22 GMT | 3 |
Is there a way to create a Find Object variable? I would like to create 2 different Find Object variables and assign different "text to find" (selection.find.text property) to each variable where they won't interfere with/change one another. Is this possible? If so, please provide ...
|
| There is not enough memory or disk space to run Word | 14 Nov 2006 01:47 GMT | 5 |
There is not enough memory or disk space to run Word
|
| Custom Icons in Toolbar or menu | 14 Nov 2006 01:05 GMT | 2 |
Anyone know an easy way to get a custom icon (.ico file) into a custom toolbar or menu? I have made several custom icons for macro buttons in a custom toolbar. Unfortunately you cannot cut/copy and paste or otherwise copy the .ico image into the menu/toolbar item. I do not know ...
|
| Counting lines | 13 Nov 2006 23:14 GMT | 1 |
Is there a way to count how many lines are in the current selection? I've been looking for it but haven't found anything. I've found the Count property of Paragraphs, Words, & Sentences; but no Lines property. If not possible to count lines, how about counting the number of ...
|
| How to setup a template to autonumber (like a ticket #) | 13 Nov 2006 22:13 GMT | 1 |
I'm trying to set up a field in a Word template to number sequentially each time I open the template, like setting up a separate ticket number. Any ideas?
|
| How do I access the content of the InsertCrossReference command? | 13 Nov 2006 21:59 GMT | 8 |
I am using the code shown below to populate a table. I assign each page a bookmark, return to the table, insert a cross reference to the bookmark, delete the bookmark, go to the next page, and repeat the process. The procedure keeps track of the row and column positions, and ...
|
| how does a macro know it's reached EOF? | 13 Nov 2006 20:58 GMT | 11 |
I'm trying to use Word for same elementary text processing. I just want to remove 6 lines from each page (to get rid of page headers in a big report). My macro works, but it doesn't know when to stop. The macro body is as follows:
|
| Finding/replacing page breaks | 13 Nov 2006 19:51 GMT | 2 |
Is a page break a character that can be searched for and replaced using Find & Replace? What is it's Unicode/ASCII character codes? With code, I'm going to need to search for it & replace it.
 Signature Thanks for any help anyone can provide,
|
| Disabling alerts | 13 Nov 2006 16:37 GMT | 2 |
How do I prevent Word from alerting me to the fact that my margins are out of the print range (which in itself is not a problem) every time I print? I've tried running these in Word VB but no change. Sub DisableAlerts()
|
| Clearing Checkboxes in Form using Macro (Protected Form) | 13 Nov 2006 15:03 GMT | 2 |
I created a form and I have the macro to unprotect the document, clear the "text" type fields & re-protect, however, the check boxes do not clear. This is what I'm currently using & it's working wonderfully on the text fields, but no such luck with the check boxes.
|
| Install macro | 13 Nov 2006 12:53 GMT | 3 |
MS Word 2003 I developed a macro and now i need to install the macro at each computer at our network. I would like to do it without end user interaction (no enabling macros,...). I found in documentation that if the macro is digital signed,
|
| Vertical text in word | 13 Nov 2006 12:16 GMT | 2 |
I am trying to generate a standard html table in which the cells text is vertical. Looks like the writing-mode attribute is pretty handy in that case. Now I want to import my generated HTML file into Word.
|