| Thread | Last Post | Replies |
|
| Search for text in the header? | 22 Nov 2005 22:40 GMT | 1 |
I would like to perform a search and replace for text in the header of an active document as well as in the body of the active document. I can perform the search and replace without any problem if the text is body, but I can't figure out how to use VBA to search the header.
|
| Macro to delete text set to particular style | 22 Nov 2005 22:37 GMT | 3 |
With the help of past posts on this newsgroup (thank you!) I am working on a macro that will find all text set in a particular style, and then delete it. (BTW, I am still just a record-a-macro person, but I can sometimes cobble together other people's code to do more.)
|
| How can I get a form field by choosing a choice from a dropdown? | 22 Nov 2005 22:26 GMT | 1 |
I have Windows 2000, Word XP and I'm trying to be able to create a dropdown, but then by choosing one of the choices in the dropdown, I would like to (depending on the choice) require specific information to have to be filled in. Is it possible to do this, but have the ...
|
| How to delete a range of text base on keywords? | 22 Nov 2005 22:20 GMT | 3 |
Hello all. I am trying to format a log file from ACL that is inserted into Word. There is certain code when commented that we do not want to show up in the Word document. I cannot seem to write a successful loop to do the following:
|
| specify a specific printer in a document or template | 22 Nov 2005 22:20 GMT | 1 |
I'd like to have a document ALWAYS print to a specific networked printer, not the default printer. is there a way to specify that in the document or template?
|
| Using SQL in Word MailMerge | 22 Nov 2005 21:46 GMT | 1 |
Can anyone suggest how I can implement a way to programatically choose certain records in a mail merge? I've been getting some results through trial and error but if someone post some code to help me better understand the process that would be great.
|
| Am I doing something silly? | 22 Nov 2005 21:41 GMT | 1 |
I've just posted a similar Q below to do with word2000, but in the long run I need to get this going with word2003. Basically I get an error when programatically openning a word doc which contains macros when DisplayAlerts are set to none (wdAlertsNone) and macros
|
| Automatic text | 22 Nov 2005 21:28 GMT | 3 |
I have created a fillable form and want to insert automatic text every time I open it. The text I want inserted automatically is the current date plus 14 days. (i.e., Return by: [2 weeks from the date I type this].) I know how to do that in Excel, but the formula doesn't copy ...
|
| Print doc with autotext on all pages | 22 Nov 2005 21:16 GMT | 5 |
I am looking to know how I can print a document with an autotextentry on every page. It should not appear when viewing the doc in word but when the user prints it out I would like it to be printed. I have been working with intercepting the FilePrint word command but have been ...
|
| Network Username in Print Outs | 22 Nov 2005 21:08 GMT | 1 |
I have seen some information regarding this post but still not covering all issues. On a Network with 150 PCs and about 600 users I wanted to know is there a way with VBA to get the network username on the footer of all office documents,
|
| Opening a Number of Templates as Documents | 22 Nov 2005 21:07 GMT | 9 |
I want to create a macro that can open 6 templates but have them open as a document. I tried some things with the Documents.open cmd but I still only managed to open them as templates.
|
| SaveAs macro w/filename from pasted info in doc | 22 Nov 2005 21:04 GMT | 3 |
i have 60+ docs that need to burst into 4 docs each. 3rd row table at top of original doc contains app name that i would like to use in filename (ex, EssBase). would like to number docs...essbase1, essbase2, essbase3, essbase4..but don't know to incorporate this into my code. ...
|
| Setting caption for a messagebox | 22 Nov 2005 21:01 GMT | 4 |
How can I modify this code to set a caption in my message box, I seem to get a compile error every time I try: MsgBox(prompt:=strOption1, Buttons:=vbYesNo) strOption1 is a string varible that has been pre defined.
|
| Delete autotext | 22 Nov 2005 20:44 GMT | 3 |
I managed to make a simple macro that places an autotext on every page on my doc, the proceeds to print the doc. I would like to know how I can then delete the autotext from all the page once printed.
|
| Sub AutoNew Question | 22 Nov 2005 20:42 GMT | 2 |
The following VB Code does not work correctly. It bombs out at the "ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader" line. I don't have any experience in coding. Would anyone know why this is failing? Thanks in advance
|