| Thread | Last Post | Replies |
|
| Word 2003 custom menu bar does not load when Outlook 2003 is open | 08 May 2008 20:43 GMT | 3 |
I have created a custom menu bar in Word 2003 that loads from a startup file. When I open Word alone, the menu bar loads every time. However, if I have Outlook open, the menu bar will not load correctly. I also have Adobe Professional (2008), which automatically loads two menu ...
|
| removong 'blank' pages | 08 May 2008 20:23 GMT | 1 |
hi, I have code that produces various documents. Now, in the main, the documents are printed on a duplex printer and so the document contains extra page breaks to ensure that certain pages dont print on the reverse of the previous page (ie it inserts 2 page
|
| Adding different style text to the same range | 08 May 2008 17:47 GMT | 4 |
I'm trying to create a new document, add a range, then add heading 1 text followed by normal text for each of several sections I'm trying to insert. The code for the insertion of the headers is as follows:
|
| Help - Find And Replace - one word at a time | 08 May 2008 17:47 GMT | 9 |
'Hi experts, I need your help please! I have written a number of find and replace' macros in Word, but I need one to interact with me and ask me every time whether or not I wish to replace the word that has been found.
|
| macrobutton for toggling 2 macros | 08 May 2008 15:54 GMT | 8 |
Is there a way to create a macrobutton that enables me, when double-clicking it, to toggle between two macros already created?
|
| Macro for Auto Table of Contents | 08 May 2008 15:23 GMT | 3 |
Any ideas on a macro that will automatically build a table of contents? I am trying to avoid having to manually tag each page. Is there a way I can tag the a certain part of each page, which will be updated when pages are added to the document. Let me know if I'm not being clear. ...
|
| Resetting Window back to Word at end of Macro | 08 May 2008 08:37 GMT | 2 |
I have two issues I would like to resolve for this macro: 1) I would like to reset the Window back to Word (from Outlook) after the macro runs. It currently stays in Outlook after it is run. This would be confusing to the user.
|
| change the style formatting on the new word doc | 08 May 2008 08:22 GMT | 1 |
I have a question in regards to autotexts for word 03. I have an autotexts that has contents of style "Section Heading 1" in it. Then, i have a template that has macro to call that autotexts. In the template, i have also set up a style "Section Heading 1". After running the
|
| need macro to prompt user for initials & use if statement to plug in name, email, etc. | 08 May 2008 05:12 GMT | 3 |
Hi, I'm a former Wordperfect user. this was easy to do in WP, but I need to do it in Word 2003. Inside the letterhead template (probably using AutoNew?) I need the macro to
|
| to: Jay Freedman re: macro to get initials and go to bookmark | 08 May 2008 03:17 GMT | 2 |
Many thanks for your help with my recent question. I'm hoping you have time to answer one more: you had said in your reply: "Storing the names and addresses directly in the code this way is
|
| Help: Need to send active document as attachment via Outlook | 08 May 2008 01:16 GMT | 3 |
I need a macro that automatically sends the current active document via email to one specific user. It sounds easy, but I have not found anything that meets this exactly. Options I have found include: MsoEnvelope Object and SendForReview Method.
|
| inserting a file | 07 May 2008 21:24 GMT | 3 |
I am using the following code to insert a file into a template which has letterhead and footer. " Dim myDoc As Document
|
| Call to Excel from Word keeps active XL process | 07 May 2008 20:40 GMT | 1 |
I have a VBA macro in Word that pulls a list of information from an Excel spreadsheet. I'm using the following code: Set xlApp = CreateObject("Excel.Application") With xlApp
|
| Macro - numbering the questions ? Need help | 07 May 2008 19:24 GMT | 1 |
i'd need help for this particular problem : I have about 1000 trivia questions and answers in this format : Question text 1 a) answer 1
|
| Macro to remove a word in a specific heading level? | 07 May 2008 19:02 GMT | 4 |
I am hoping someone can help asnwer this question: Let's say I have a word "XYZ" scattered throughout my Word document. That Word document contains many heading levels, like: 1.
|