| Thread | Last Post | Replies |
|
| Updating Footers using a Macro | 25 Aug 2005 04:24 GMT | 2 |
I have a document divided into several sections, each section with a different footer. The footers contain Cross References to text in the main document (they are not Links, they are Fields). Does anyone know how to create a macro that will go through each of the sections and ...
|
| Security Issues | 24 Aug 2005 23:26 GMT | 2 |
Dated 8-5-05, Graham Mayor (MVP-Word) answered a security issue as follows: It is not possible to set the macro security from vba - otherwise you would never be able to safely open a third party document. What is probably happening here is that you have the macro security setting ...
|
| Find/Replace issue with wildcard | 24 Aug 2005 22:22 GMT | 2 |
Hello My Friends, Does anyone know an easy way to do the following: I have a list of data: .ts1p0{position:absolute;left:264px;top:56px;}
|
| save macros in other projects other than normal | 24 Aug 2005 22:01 GMT | 8 |
Can macros be saved with names other than "normal"? If yes, is there any way to make macros available to many different files (grouped in some way)?
|
| Word page, line, column | 24 Aug 2005 21:09 GMT | 1 |
He With Word, we have on the screen on the bottom, a line of information with 3 numbers for the cursor position : page, column & line. I want obtain this 3 values with VBA. How ?
|
| Upgrade from word 2000 to 2003 | 24 Aug 2005 21:08 GMT | 1 |
I currently have word 2000 installed and I want to upgrade to the 2003 version. I have the Student/Teacher package of Office (which isn't an upgrade version). Can install the new version over the top of the old one, will I have to un-install it or do I need a specific upgrade
|
| Variable Storing a Document | 24 Aug 2005 18:38 GMT | 2 |
I wish to use a variable to identify and insert an existing Word document (7A.doc) into another. 7A.doc is stored in the location G:\Sample. If my variable is called Category and stores the value "7A.doc", I am experiencing a "Run-time error 5174 File could not be found" when I ...
|
| Macro for Print Current Page not always working | 24 Aug 2005 18:20 GMT | 1 |
I have a simple procedure for printing the current page that works some of the times, but other times prints the entire page (print current page still works). This is the procedure: ActiveDocument.PrintOut Range:=wdPrintCurrentPage
|
| Save Changes Dialog although ActiveDocument.Saved was set True | 24 Aug 2005 17:30 GMT | 1 |
for three weeks I'm working with VBA in W2K/Office2000. I created a document in Word with fields (links) and use the two procedures: Private Sub Document_Open()
|
| Option Buttons - Word 2003 | 24 Aug 2005 17:29 GMT | 4 |
I have a form with groups of option buttons for selection. Is there a way to make the value of the option button "true" as the user tabs up or down through the selections, i.e., the option is selected at the location the user has tabbed to and moves with the tab action? I am ...
|
| Word 2000 Merge with VBA | 24 Aug 2005 17:15 GMT | 2 |
I have a name badge document that I routinely merge with an Access data base on a server. I create name badges for several offices. Each office is generated with a make table and 2 append queries, with a query for the final data.
|
| Class does not support Automation or does not support expected int | 24 Aug 2005 16:48 GMT | 2 |
G'd morning. In Office 2003, I created a Word template which has a word document, VBA code, and couple of FORMs. And, I'm getting very strange error when I change the template. I added a new textbox, an activeX obj, to the word document, but it seemed
|
| Documents.Open using a variable for filename | 24 Aug 2005 16:18 GMT | 4 |
We have recently changed our standard terminology and need to replace old terms with new in a large number of documents (>400). Rather than doing this manually or even one file at a time, I'd much rather create a listing of the files that must be replaced and have a macro that ...
|
| How to make toolbar button visible? | 24 Aug 2005 15:36 GMT | 3 |
I've hidden a toolbar button manually. Now I want to make it visible with VBA. I have already som code: For Each ctl In CommandBars("formatting").Controls If ctl.caption = strCaption Then
|
| fax | 24 Aug 2005 15:13 GMT | 1 |
Is it possible to fax directly from my computer? I have Windows XP with the usual bundle of MS Works etc.
|