| Thread | Last Post | Replies |
|
| VBA & Bookmarks | 30 Jan 2004 00:10 GMT | 5 |
i am automating a letter thru vba with bookmarks, but i need a certain number to appear in the letter three times. everytime i put the bookmark for that number in the next place it removes it from the last place i put
|
| Visit URL from Word Using VBA | 29 Jan 2004 23:50 GMT | 1 |
One more query for today... :) I'm considering the possibility of "pinging" a web page from within VBA, something like this maybe: http://www.securityplus.com/register.asp?userName+templateName
|
| Run Macro in Protected as Form document | 29 Jan 2004 23:42 GMT | 5 |
I tried to create a macro that would copy the information in one form field into another. I named each form field as a bookmark and then used Tools - Macro - Record Macro. My macro recording was
|
| Reserved character | 29 Jan 2004 22:08 GMT | 3 |
I was hoping somebody could help me. I work for a botanic garden and are trying to make our herbarium label process easier. I have created a template of a label in Word and am exporting data from our database into this word
|
| Macro for Enter Key in Forms | 29 Jan 2004 21:37 GMT | 6 |
I'm using the code from Knoweldge Base Article 211219 "How to Code the ENTER KEy to Move to the Next Field in a Protect Form". There are 4 parts to this code -
|
| VBA & Bookmarks | 29 Jan 2004 20:37 GMT | 1 |
i am automating a letter thru vba with bookmarks, but i need a certain number to appear in the letter three times. everytime i put the bookmark for that number in the next place it removes it from the last place i put
|
| Code for Enter Key in a Form | 29 Jan 2004 20:31 GMT | 1 |
I'm using the code from Knoweldge Base Article 211219 "How to Code the ENTER KEY to Move to the Next Field in a Protected Form". There are 4 parts to this code -
|
| Insert Excel | 29 Jan 2004 20:17 GMT | 1 |
I want to inset an unnamed excel document and use this macro for this Sub TT_InsertObject( With Dialogs(wdDialogFileOpen .Displa
|
| Fixed Tables | 29 Jan 2004 20:08 GMT | 2 |
I've got a table with fields in it and the number of characters for some fields are limited to 1000 (or whatever). If I hit the ENTER key when I'm finished entering info in the field or at the end of my character
|
| Viewing UserForms | 29 Jan 2004 19:46 GMT | 3 |
I am new to making UserForms and have a basic question. After you create a UserForm and go back to your document and save it, how do you go back and edit the form once you open the template again? I know I have done the form
|
| Inserting a Pause in a Macro | 29 Jan 2004 19:33 GMT | 4 |
Is there some way to get a macro to pause while it is running so that some variable keyboard strokes can be inserted into a document, and then have the macro continue running thereafter? (The specifics are a macro for a memorandum document; I'd like to be able to pause it for ...
|
| How to count the number of pages printed when printing a non-contiguous range of pages | 29 Jan 2004 17:28 GMT | 4 |
I don't think there is an easy way to do this... but maybe someone has has to deal with this before. I am printing documents using the ActiveDocument.PrintOut method in VBA. I'd like to know how many pages were sent to the printer so I can log the
|
| Text selection... | 29 Jan 2004 15:17 GMT | 6 |
I was thinking about this thing: Is there a way to select some text betwen some specified characters? What I mean is described below... For example: I got line in document containing text:
|
| Tips on speeding up external access to documents from script? | 29 Jan 2004 15:15 GMT | 8 |
I've been doing some work with external access to Word from script recently, and I'm now trying to tackle the issue of speed when iterating through ranges in a document, and would like to get some advice on how to speed up format modification or text extraction.
|
| How to make user form open automatically when open a document | 29 Jan 2004 14:11 GMT | 3 |
I have a document with a user form to have several functions on the form to perform tasks My problem is that when I open the document the user form is not open automatically I have winxp pro with office XP Please hel
|