| Thread | Last Post | Replies |
|
| How to suppress macro | 22 Sep 2006 10:21 GMT | 4 |
After displaying Userform and extracting necessary fields from the user thru Userform by double clicking on a templete X.dot following are the VBA code that will be executed: Private Sub CMDPrint_Click()
|
| Problems when printing in 2 paralel automated word sessions. | 22 Sep 2006 08:41 GMT | 1 |
I do have several perl scrips whicht opens by ole an word instance which is used to print a document to a certain printer. Now we noted that these documents sometimes appear on the wrong printer. After some investiation is did seen next effect.
|
| Turning off revisions marks at beginning of macro and restoring them at its end | 22 Sep 2006 08:41 GMT | 3 |
I realized that the simplest way for me to solve the problem of undesired revision marks during a macro was obvious, if not smart: turning them off and on. Unfortunately, the recorder does not record the action and I have no idea what code to run to get this done.
|
| How do you unlock a document? | 22 Sep 2006 04:53 GMT | 1 |
when i press abutton it says "thismodification is not allowed because the document is locked" and the tool bar buttons you cant click HELP please!
|
| Getting and fixing the Hyperlinks created by a Table of Contents | 22 Sep 2006 02:09 GMT | 2 |
I have a Word document with a Table of Contents in it. I understand from other posts on this forum that Word automatically inserts Hyperlink fields into the ToC when it is created to let the user branch from the ToC to the Heading Text using Ctrl + Click.
|
| adding text before and after an image | 22 Sep 2006 01:03 GMT | 3 |
i have to add a text <image> before all the images and </image> after all the images in a MS word doc using VBA coding. can anyone help me with its code?
|
| Extending Characters in ScreenTip | 22 Sep 2006 00:05 GMT | 1 |
I have inserted bookmarks and hyperlinked them to text in my document so that a narrative will come up in ScreenTip when the mouse is passed over certain words in the document. However, in some of the ScreenTips, the narrative appears to be too long. Is there any way to ...
|
| Updating/referring from the Table of Contents | 21 Sep 2006 23:48 GMT | 3 |
I'm at a loss for the proper words here, so here's what I want to do: I have an instruction manual in Word format, which looks like 1 General chapter heading 1.1 Specific
|
| Finding and Updating a Table of Contents in VBA | 21 Sep 2006 20:11 GMT | 1 |
How does one 1) Reference the Table of Contents of a Word Document through VBA and 2) Force it to update itself (perform F9 function). It needs to do this
|
| multiple file masks on dir$() | 21 Sep 2006 19:00 GMT | 2 |
Hi. I searched but couldn't find an answer to or example of this. Is it possible to specify multiple file masks on a single call to dir$()? I have: theFile = Dir$(TemplatePath & "*.bas")
|
| UserForm problem | 21 Sep 2006 17:53 GMT | 1 |
I have problem with userforms in Word. I have a template in which I have such a macro: Sub AutoNew() Application.Visible = False
|
| macro on open | 21 Sep 2006 16:19 GMT | 3 |
i am after getting a macro to run when i open a template or open a document from the template. I am using word 2003 and have tried Autoopen(), Auto_open(), Document_open() and Document_New() all of which seem to have no effect.
|
| table with bold text | 21 Sep 2006 16:16 GMT | 1 |
i have been trying to put in a table all the bold-text that there is in a document, but i mustn't know very well how vba for word executes the 'find' method (the result) because i'm unable to save it in my table correctly. Can you help me please. if you want i give you the code ...
|
| Determining if the template is attached. | 21 Sep 2006 16:14 GMT | 1 |
Hi Cindy, hi all! Using vbscript, I open a document and a template as a document which I attach to it using myOpenedDoc.AttachedTemplate = app.Documents.Open(..). Now, as Cindy explained to me,
|
| Calculating in VBA with changing criteria | 21 Sep 2006 15:46 GMT | 5 |
- I have a table in Word 2000, 6 rows, 2 columns. - In the first column, rows 1-5 are for review criteria, and in the second column is a dropdown box in each cell with rating values from 0-4.
|