| Thread | Last Post | Replies |
|
| saving pages of a file into separate files | 20 Jun 2008 19:31 GMT | 3 |
I wrote a code where each individual page of a large file is saved into separate files. However, I haven’t been able to consistently copy the headers and footers accordingly. Any suggestion? Here is the segment of my code:
|
| scrolling down in a document | 20 Jun 2008 15:38 GMT | 1 |
Is there a way to have the active document scroll down a given number of lines through VBA code?
|
| Help with code protecting Sections | 20 Jun 2008 14:36 GMT | 14 |
I found this code posting and am having problems when using it. I want to protect all evvan numbered sections and not the odd numbered sections. I am getting a Compile Error: (Else without If) Error. Any help would be appreciated, here is the code:
|
| inserting text and check box in paragraph | 20 Jun 2008 13:13 GMT | 6 |
I am creating a template (to replace 4 word documents) which auto populates some info from 3 host systems. I plan on using a userform to determine which type of letter text verbage to use. Based upon this selection, I want to build the letter by inserting form field, text, ...
|
| Failing Mail Merge Automation | 20 Jun 2008 09:59 GMT | 6 |
I've been trying to produce a mail merge that includes a chart from Excel that must be recalculated & updated for each recipient of the merge. I've been trying to use the approach described in http://support.microsoft.com/kb/285333, understanding that I have to adapt
|
| Auto copy and paste body of doc | 20 Jun 2008 09:55 GMT | 1 |
So I have had trouble using VB iserting the body of a word doc into an Outlook email. It inserts it but it leaves out any charts I have had and tables. Is there a way to code in a let's say, copy current document and paste it into new Outlook message?
|
| Pass ListBox Values into TextBox1 Field | 20 Jun 2008 09:53 GMT | 1 |
Ok...I have a MS Words form. I created a textbox in this form. The other thing that I have is a "UserForm" with a listbox. When an user select any one value from this listbox, I want that value to populate the "textbox".
|
| Select a network printer from the command line | 19 Jun 2008 22:50 GMT | 2 |
From the command line, I am trying to print a document to a network printer which is not the default printer. I think I am close with the following, but not quite right - Winword.exe c:\test\test3.txt /mFilePrintSetup \\sagplna06\KONICA05PS
|
| Add/Copy a set of fields & assign field names/bookmarks | 19 Jun 2008 22:06 GMT | 4 |
Hi all, I have a template that has several user form fields. One "set" of these fill in fields represents a group of related fields. I want the user to be able to add/copy the group multiple times if needed. Each of the fields throughout the template has their own ...
|
| VBA macro in Word global template | 19 Jun 2008 20:32 GMT | 5 |
I ahve a Word 2003 main.dot global template. I need to bea able to insert a logo inside the header on the firs tpage; but to leave alone and not consider a focus the second page header. below is the code. ************
|
| Word 2007 - Macro gets stuck searching for and replacing "^p^p" | 19 Jun 2008 18:01 GMT | 3 |
I've created several Macros in 2003 that use a search function to replace double Paragraph marks with a single paragraph mark. However, in 2007 the function gets stuck and I have to press the ESC key to halt the process. Even when I do this process manually within the document it ...
|
| How to change Font color and force the user to use it | 19 Jun 2008 17:17 GMT | 19 |
I’m working on a small project to incorporate some vba functionality to a template in Microsoft Word. It is a fairly long template (over 30 pages) with extensive use of tables. We would like to be able to collapse and expand rows as needed, so that the printed document only shows ...
|
| Running 'watermark' macro deletes all header text | 19 Jun 2008 17:15 GMT | 23 |
I am using the macro recorder to figure out how to automatically insert a gif as a watermark. It's easy to do manually but when the resulting macro is run, it always deletes the table and contained text that I need in the header? That does not happen when I create the macro. Here ...
|
| Accesing Email account to pull an attachment | 19 Jun 2008 17:02 GMT | 2 |
I was wondering if there is a way to use VB in Word to use it to access my email account, find a particular email, and pull the attchment, and have it pasted into an existing Word doc. Is this even possible? The email I want it to get is something I recieve every morning from the ...
|
| Get Word Field Name? | 19 Jun 2008 16:22 GMT | 2 |
How can I get the name of a Word Field or Bookmark that was clicked or entered? For example, I have many fields I want a date userform to appear on. When the user selects a date, the field gets updated. Each field should use the same function, and is independent of any other field ...
|