| Thread | Last Post | Replies |
|
| Track "WINWORD.EXE" VB | 22 Jul 2007 23:12 GMT | 1 |
I have a case where there will be multiple "WINWORD.EXE" instances running at the same time in Task Manager. Each "WINWORD.EXE' might be controlling one Word document or a few Word documents or even none. (1) My question is, is there anyway to track like which "WINWORD.EXE"
|
| save and save as | 22 Jul 2007 22:19 GMT | 1 |
I have a macro that is supposed to run if a document is saved. i have a line like this: activeDocument.save But I find when a document is saved by choosing file and save as the macro wouldnt run.
|
| HowTo renumber/reorg lists in document | 22 Jul 2007 21:58 GMT | 3 |
i have a document with lots of numberes lists like 1. (list A) 2. (list A) 3. (list A)
|
| automatically populating dates in a userform | 22 Jul 2007 21:31 GMT | 2 |
I have created ongoing one-week schedules in MS Word and want to have the user type in the beginning date and have the rest of the date fields populate from that. Here is a plain text version example of the table I created.
|
| Save document as a copy | 22 Jul 2007 21:13 GMT | 6 |
Hi @ all When saving the ActiveDoc with "SaveAs" the ActiveDoc changes to the newly created one. Can I somehow copy the ActiveDoc without changing the ActiveDoc
|
| populate 2003 Word doc table from Access query | 22 Jul 2007 21:05 GMT | 3 |
I'm trying to populate a variable list of staff names, phone #s, and blank boxes for Hours and signature. I'm able to get the staff names and teles from Access, but not very readable, and would love to have lines underneath, or be contained in a table
|
| Protecting a Section | 22 Jul 2007 20:27 GMT | 20 |
The following macro will protect the whole document. How do I protect just the first section of the document? ActiveDocument.Protect Type:=wdAllowOnlyFormFields, _ NoReset:=True, Password:="whatever"
|
| Auto Save | 22 Jul 2007 17:43 GMT | 1 |
Is there any simple macro code that save the active document after every 5 or 10 minutes...
|
| extract multiple records to access from one word form? | 22 Jul 2007 10:09 GMT | 7 |
I'm setting up a Word form that customers can use to submit product registrations, and an Access database to store the data they send, one record per product registered. I found this site - http://gregmaxey.mvps.org/Extract_Form_Data.htm - which shows me how
|
| Symbol Font Character in VBA String variable? | 22 Jul 2007 09:30 GMT | 2 |
Is it possible in VBA to store a Symbol Font (i.e. Wingdings) character within a String variable? For example, would it be possible to replace the "?" character in the code below with a Windings character (like no 34 the "simely face")?
|
| RevisedLinesColor in Word 2002 | 22 Jul 2007 08:54 GMT | 1 |
I'm trying to find a workaround to what seems to be a bug in Word 2002 VBA. I can't set the RevisedLinesColor back to "by Author" Sub SetOptions() Options.RevisedLinesColor = wdByAuthor
|
| populating form fields from a single date | 22 Jul 2007 08:37 GMT | 1 |
This is an example of the kind of template I am trying to create: July 23, 2007 to July 27, 2007 MONDAY - 23 TUESDAY - 24
|
| Locking down an image. | 22 Jul 2007 08:07 GMT | 1 |
I have a template that uses VBA to place an image on the user's document and automaticly save itself to a network drive. the code saves the document as read only w/ password protection. My problem is that you can still copy and paste the image off of the document. It's
|
| begin/end select in macro | 22 Jul 2007 07:57 GMT | 2 |
In my previous version of Word, I could use a key (F8?) to begin selecting text and a key to end selecting text. This was very useful when creating macros. For example, I could ask Word to find a para beginning with the word "first," begin selecting text, find the next period, ...
|
| Protect Word template against Passwordremever | 22 Jul 2007 07:46 GMT | 1 |
is it possible to protect a Word-template against tools like passwordremover and passwordrecovery? Thanks Jeffry
|