| Thread | Last Post | Replies |
|
| Why I cannot print "Page 2"? | 02 Jun 2004 03:36 GMT | 2 |
I use the following code and want to print "Page 2" in the header from page 2. Why it prints "2 Page" With ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary .Range.Font.Size = 11.
|
| Various VBA tasks | 01 Jun 2004 23:27 GMT | 2 |
Folks, 1) Is there a way to Cause a VBA event handler to be regestered by the openning of the Word Application. Sort of an auto exec for
|
| Insert page break before search string | 01 Jun 2004 23:16 GMT | 2 |
Using Word 97, I'm trying to insert a page break in a document that uses a string of "=" characters to indicate the start of a new record. What I want the macro to do is insert a page break before the "=". Here's the macro: Sub SetPageBreak()
|
| Invoice numbering | 01 Jun 2004 23:03 GMT | 1 |
I need some help creating an invoice in word thatw ill automatically create a consecutive number per page (like, everytime I print one, or each new invoice page I create, will have a consecutive number, one larger than the
|
| How does one select a graphic? | 01 Jun 2004 22:47 GMT | 3 |
I am halfway thru a macro that pastes a graphic (Edit|Paste_Special|Paste_as_Picture) into Word 2000 as a "picture", and then does further action on it, eg moves it into place. What I can't work out is the code needed
|
| Bug in .Cell(x,y).Range.Text | 01 Jun 2004 20:21 GMT | 5 |
The following code does not do what it's supposed to do: Sub typeCell(tNum As Integer, x As Integer, y As Integer, s As String) On Error Resume Next ' ActiveDocument.Tables(tNum).Cell(x, y).Range.Text = s
|
| Word Wizards | 01 Jun 2004 20:18 GMT | 4 |
I would like to know how to create my own wizards for Word 2000. Regards, Steve Giles
|
| Urgent Word/Outlook Integration Macro | 01 Jun 2004 19:38 GMT | 1 |
Sorry in haste pasted in the wrong macro. Here is the correct one - Busy morning!! Sub InsertAddressFromOutlook() 'Macro created by Shauna Koppang May 27, 2004
|
| help on copy/cut/paste macro | 01 Jun 2004 19:14 GMT | 1 |
This may be the stupid question but, I have a situation where I have file with current date in footer. My file should be modified only by one or two people. Basically, I want to restrict other user to copy/cut/paste from that
|
| Macros in a hurry | 01 Jun 2004 19:08 GMT | 1 |
I have several macros (Word 2000) intended to be navigational tools, and are run from a toolbar, that do very little else than a search. They tend to find any character, or the first blank space character, within a style -- which gets me to the next major level in the document. I ...
|
| Unable to get customize menu on Double click of Word Document | 01 Jun 2004 18:07 GMT | 9 |
While creatingh the menu in Word i have given thisApplication.CustomizationContext=Active Document Now on Double click of any word document i am getting the error "The command is not available because no document is open
|
| Search through all rows in a named table | 01 Jun 2004 17:18 GMT | 5 |
How is it possible to search through all rows of a named table using vb? All the best
|
| How to set default text in a text form field | 01 Jun 2004 16:58 GMT | 2 |
Is it possible through code to change the default text property in a text form field??? I am updating some word templates where I am using a text form field as an object to find and update the value of.
|
| Word 2003 hangs while running this macro | 01 Jun 2004 16:41 GMT | 1 |
I've been trying to use this macro (from WordTips)to change my email address in all the documents in a folder. However, whenever I try to run it, Word just goes into hourglass-forever mode, and I have to ctl-alt-del my way out of the program. I don't know much about macros
|
| problems updating Word 2000 templates to 2003 | 01 Jun 2004 15:45 GMT | 6 |
I have some Word 2000 templates containing some fairly simple macros (mostly they are formatting search & replace macros with just a few manual adjustments in there; there is also some header auto-text which is crucial to preserve). For the most part, these macros run just fine
|