| Thread | Last Post | Replies |
|
| printout | 14 Aug 2007 02:59 GMT | 3 |
Is this the proper syntax to print a word 2007 document to a file instead of a printer ActiveDocument.PrintOut OutputFileName:="c:\zzz.docx", PrintToFile:=1 thank you
|
| How to get bookmark text | 14 Aug 2007 02:30 GMT | 7 |
I have a bookmark start, I want to get text, and length of that text next to it. When I use Selection.GoTo What:=wdGoToBookmark, Name:="start"
|
| How to get the result from a DropDown box | 14 Aug 2007 02:14 GMT | 2 |
I am writing a form letter than gives the reader the chance to make a selection for different questions. I am using the Forms toolbar to place a Drop-Down Form Field in the letter. I use the Form Field Option box to define the items in the drop-down list. The Bookmark is ...
|
| Add new row in Table + new set of Form Fields | 13 Aug 2007 16:32 GMT | 43 |
This is my first messgae on this board, and I guess I'm straight in with a common Q (can't find previous Qs, tho)... I have a table with text form fields in each of the 5 cells in row 2 (row 1 has the 5 headings). Is there a way of assigning an 'on exit' macro to the
|
| How to search and replace certain format | 13 Aug 2007 14:57 GMT | 9 |
I have style Normal with some special formating and I need to replacet this text with other style. But I can't find this formated text. This Normal style has bullets (Font Name Symbol code 215).
|
| Word 2007-Macros don't run from Quick Access Toolbar | 13 Aug 2007 14:12 GMT | 2 |
I recorded a macro that opens a document in my My Documents Folder When I created the macro, I assigned a button to it which appears on my Quick Access Toolbar. When I run the maco from Visual Basic Window, it runs OK
|
| macro is needed to open a pdf file | 13 Aug 2007 13:50 GMT | 3 |
I tried to follow the response to "VBA to open non-office document" sent by ben M on May 7, 2007, but got totally overwhelmed! I use Microsoft Wood 2003 (11.8134.8132) SP 2, and Adobe Reader 8, Version 8.1.0, and, while in Word, am attempting to open a pdf file which is located
|
| How can I modify icon added to quick access toolbar? | 13 Aug 2007 05:57 GMT | 6 |
I have added a macro to Word 2007. I added it to the quick access toolbar. The icon word uses is generic. I'd like to change it as I did with previous versions of Word, but I can't seem to find out how.
|
| Insert Section Breaks and protect Sections using OLE2 | 13 Aug 2007 05:28 GMT | 4 |
I am launching word from Oracle forms using OLE2 funcionality can anyone tell me the code to insert sections and protecting them
|
| macro storage | 13 Aug 2007 02:19 GMT | 4 |
For my Excel, I have the Personal file in a shared folder, and then in my Application Data\Microsoft\Excel\XLSTART I have a link to this file. So every time I start Excel, I have the use of the most recent version of the personal.xls file, which contains all my
|
| updating fields in multiple footers | 12 Aug 2007 18:55 GMT | 2 |
I have a template setup including a userform, and a couple of different sections with Ref fields in the footers. I want my code on the OK button in the userform to cycle through all the footers in the document and update the fields.
|
| disbale features after word 97 | 12 Aug 2007 18:22 GMT | 2 |
We received some code from a developer that was supposed to set a variety of settings when word is first opened or when a document is created or opened, and since receiving it the disable features box in Tools, options, save keeps becoming checked when we try to save. Even if I ...
|
| Record Macro mode: unable to select document elements | 12 Aug 2007 03:02 GMT | 6 |
Win XP / Office Pro 2003 with all latest SP. When I try to record a macro (Tools / Macro / Record), the record macro toolbar appears and the cursor turns into the recording cursor (like a cassette). At this point, I am unable to select any text or tables or any
|
| Having a problem with a Do/Loop replace macro... | 12 Aug 2007 02:51 GMT | 9 |
I'm trying to execute this macro on hourly raw data dumps and I'm finding that when it gets to the end of the document it goes back up it and seems to be undoing the bold/font color changes. Am I missing something that forces the macro to stop at the end of the document...
|
| Macro button on Word 2000 | 11 Aug 2007 20:17 GMT | 1 |
I am working on a project with Word 2000 vba and Windows XP. I have a graphic that I want to use as the button. Is there any way that I can upload the graphic into Word and use it as a button?
|