| Thread | Last Post | Replies |
|
| Using insertfile for documents with customized outline numbering | 15 Dec 2004 21:33 GMT | 6 |
Hi. Need help. I have a template with macro VBA code in it that does the following -- Selection.InsertFile FileName:="\\server\share\folder\EXAMPLE.DOC", _ Range:="", ConfirmConversions:=False, Link:=False, Attachment:=False
|
| just want to insert that text | 15 Dec 2004 20:23 GMT | 1 |
Sub absmaps() Dim sRpl As String Set oRng = ActiveDocument.Range MsgBox "This macro will work for you in adding the full name reference you
|
| FileSearch | 15 Dec 2004 20:04 GMT | 17 |
How would I change this to search for files begining with a set letter With Application.FileSearch .FileName = "*.doc" .LookIn = "G:\a_a_e"
|
| 'Section Break' printing on document | 15 Dec 2004 19:50 GMT | 1 |
When Selecting specific pages in a mail merge document to print, the 'Section Break' line displays for each section. Please advise how to change this and not print the 'Section Break' line. Thanks
|
| Selection.Bookmarks("\page").Select dupes tables | 15 Dec 2004 15:22 GMT | 12 |
In the below code, I wish to iterate through the tables on the selected pages. What I find is that if a table is split across two pages, the code picks up the table twice. I assume the fault lies with "Selection.Bookmarks("\page").Select". Does anyone know why this
|
| WordBasic call CountMacros always returns 3 | 15 Dec 2004 15:14 GMT | 9 |
I am working on application that uses "WordBasic" method calls. One of the call it uses is "CountMacros". I invoke the application with a word document that has macros "Macro1" and "Macro2" as part of normal.dot template to perform some functionality.
|
| run word without macros | 15 Dec 2004 12:42 GMT | 1 |
i have a word document that contains a macro that runs whenever someone opens the doc. i need to open this doc from vb without firing the macro. is it possible?
|
| VBA Macro to Search for MACROBUTTON | 15 Dec 2004 11:05 GMT | 3 |
Hi everyone. I would like a VBA that searches for every MACROBUTTON nomacro field in a document one by one and when it encounters each one, it activates the field code (i.e. F11 it) and waits for the user to respond to the displayed text and then searches for the next ...
|
| Word definitions | 15 Dec 2004 06:31 GMT | 2 |
I'm looking for a function in Word that provides the definition of a word when the reader clicks the word or mouses over. I'm using Word 2000 as licensed to Bank One Card Services.
|
| User Form Prevents Printing | 15 Dec 2004 05:45 GMT | 2 |
Word 2000 I have a macro that prints a document. The macro displays a user form to ask the user if the document printed. If so, certain actions are taken. If not, those actions are skipped. The problem that I have run into is that
|
| Automatic date | 15 Dec 2004 02:46 GMT | 3 |
Office 2003 How can I get the correct date to appear when I type "date".
|
| Moving to the next tab in VBA | 15 Dec 2004 02:15 GMT | 15 |
I am new to using VBA in Word. Can someone please tell me how I would select a range starting at a fixed character and go to the next tabstop? For example - go from character 40 to the next tab stop
|
| VBA Macro to Unlink a File & Keep Field Codes Locked | 14 Dec 2004 23:01 GMT | 1 |
I would like some help in creating a simple VBA macro that will unlink a linked file that contains field codes without turning all the field codes into static text. I'm planning to lock all the field codes (by selecting them and pressing Ctrl+F11) first before I link the file, ...
|
| Using a word macro to format excelsheet | 14 Dec 2004 21:54 GMT | 1 |
I'm trying to generate a automated word report document wherein I'll insert multiple diagrams and also tables from excel sheet. The problem though is that before I insert an excel sheet as on object or file into word I need to format it a little by adding a few rows and columns ...
|
| Printing multiple "page 1's" of a document | 14 Dec 2004 21:39 GMT | 3 |
I have a word document that is output from another program in RTF. At the top of each page, there is a page number that is not in a header or anything and is not a field, it's just text output. This document is not continuously numbered from beginner to end, so there are ...
|