| Thread | Last Post | Replies |
|
| Losing references to template | 23 Jan 2008 01:54 GMT | 3 |
I have a macro-enabled template in 2007 (.dotm) with a user form, which is being used my multiple users and is saved in a shared network location. For some reason, whenever anyone has a document based on the template open on their desktops, if anyone else tries to base a document ...
|
| User forms, templates & documents | 23 Jan 2008 01:48 GMT | 2 |
I have a Word 2007 .dotm template that incorporates a user form that retrieves info from bookmarks, which the user edits in the form then hits "OK" button, which updates the info then replaces the bookmarks. That works like a charm.
|
| mailmerge macro | 23 Jan 2008 00:15 GMT | 2 |
I want to create a macro for mail merge that will allow me to open the databace and peek the people I wan't to mail to, and only then - continue to execute the mailed letters. I've tried to record a macro by doing it step by step in word itself but
|
| Oddity with Field Update in a protected form Table | 22 Jan 2008 18:28 GMT | 3 |
To see this issue create a single row two column table and insert text formfield in the first cell and and a REF to that formfield in the second cell. Protect the document and add some text to the formfield. Run this code:
|
| Get Word Window Handle? | 22 Jan 2008 14:23 GMT | 4 |
I have some useful code (incl declarations into user32) for checking keyboard events but it needs Word's Window Handle (Word 2002) - Excel 2002 has Application.hWnd but there's nothing like that for Word alas. Anyone know how to do this in VBA? (example would be apreciated)
|
| form in if | 22 Jan 2008 14:03 GMT | 1 |
i'd like to do the following: { IF (bookmark1}="OTHER" "{FORMTEXT}" "{FORMDROPDOWN}"} i know the condition is being evaluated but in fill in mode the cursor skips the location. do i have a syntax problem
|
| Problem modifying document with two similar styles: "1.1.1 Heading3" and "1.1.1 Heading3 + Auto" | 22 Jan 2008 13:40 GMT | 1 |
The document has two styles: "1.1.1 Heading3" and "1.1.1 Heading3 + Auto" When I modify the font color of Heading 3 Style using vba, only one of the Heading3 styles viz. "1.1.1 Heading3" ie. the one without the
|
| Word - inserting a picture & default template | 22 Jan 2008 11:55 GMT | 3 |
I didn't find any correct newsgroup, so sorry if this quesion is irrelevant to this one. I have win-word 2003. I want to add a picture at the title of any page.
|
| Default Printer | 22 Jan 2008 08:22 GMT | 2 |
Hi I need to find out what the default printer in word is and capture the name. The application I am using sets the default printer to a text file. Then I need to set the defult printer back to what was it was above.
|
| SetMyTemplate problem | 22 Jan 2008 03:43 GMT | 3 |
I have a some autotexts stored in a template which is currently saved in c:\word startup\firm.dot. Some of the currently language is: If frmreplacepi.txtattyinitials = "agq" Then Set MyTemplate = Templates("c:\word startup\firm.dot")
|
| SHUTDOWN | 22 Jan 2008 01:53 GMT | 1 |
I just purchased a hp presario and quickly discovered that even after I go thru the standard shutdown procedure the machine will not shutdown. I have to pull the power cord to turn it off. I would appreciate any suggestions as to how to correct the peoblem.
|
| Split Long Macro | 21 Jan 2008 19:08 GMT | 3 |
I have a macro which will not run because it is to large. How do I split the macro into two macros so that after the first macro the second automatically runs. Could you please help me with the code. My macros are simply named Macro 1 and Macro 2.
|
| Document Problems | 21 Jan 2008 18:54 GMT | 4 |
I have a document with a Table of Contents on the first page that our users use to click to the various Artilces in the document. The document also has a header with a macro button in it that is coded to print out the current page and two special pages also found in this ...
|
| Easy way to remove commas | 21 Jan 2008 17:04 GMT | 2 |
I have a macro that calculates differenct columns and rows. The results have commas in the values such as 4,555. I don't want the comma in the values. Is there an way to remove the commas from values in a range of columns and rows? Thanks
|
| Bullets and Numbering disabled in Section? | 21 Jan 2008 16:56 GMT | 2 |
My name is Anthony, and I'm currently using Windows XP Service Pack 2. I'm also using Word 2003. I created a document with Text form fields in section 1. I created a continuous section break to create section 2, and I also clicked
|