| Thread | Last Post | Replies |
|
| Insert total page numbers | 10 Jun 2005 17:03 GMT | 5 |
I want to add the page number an the total numbers of pages in the header. I use this syntax to add to pagenumber: .ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).PageNumbers.Add(PageNumberAlignment:=wdAlignPageNumberRight, FirstPage:=False) but can't figure out how the ...
|
| Using document properties | 10 Jun 2005 16:38 GMT | 17 |
I have a template that includes an autoopen macro that prompts the user to perform a certain manual action. This action is only required the first time the document is opened. After that, the prompt is annoying. I *think* what I want to do is have my autoopen check for the existence
|
| How do I use a custom property as a field in my document? | 10 Jun 2005 16:16 GMT | 2 |
I use document properties, such as "Title" and "Author" in my docuemetnt by inserting them as fields. I have made a custom property called "Document Number", but how do I use it as a field? Stephenc
|
| User form text boxes and more | 10 Jun 2005 15:25 GMT | 1 |
First I would like to say thank you to the MVP's who are helping newbys like me out here. Now on to business. I created a word document template with word 2003, VBA 6.3 and made a fill in the blank macro that involves a user form. I have 10 fields to fill out.
|
| Using "Table.Style" in pre-2003 Word | 10 Jun 2005 13:54 GMT | 2 |
I have a module that formats a table using the "Table.Style" property. It runs in 2003 and I think it runs find in 2002, as well. However, I have one or two users who have Word 2000 and it throws a compiler error for them, it says it does not recognize that "style" member.
|
| add an icon to the 'views' on the horizontal scrollbar? | 10 Jun 2005 11:36 GMT | 2 |
I have a macro (Word 2003) which creates a customised view (disabling certain features, enabling others). Currently I add an item to the View menu as an additional view alongside Web view, print view, etc to activate the macro.
|
| Reformatting paragraphs in copied text. | 10 Jun 2005 04:40 GMT | 1 |
Often, text copied from other sources will be formatted with paragraph marks on every line, with two for every paragraph. I want to automatically remove the paragraph marks that separate lines and leave a paragraph mark at the end of every paragraph. It seems to me that ...
|
| Saving styles in Word | 10 Jun 2005 02:25 GMT | 4 |
How can I programmatically show the Style definition in Word? I mean the Tools - Style & Formatting stuff. I need to be able to show the interface, let the user create a new style and add it to my template automatically. It would also suffice if I could store all the style ...
|
| Detect if a Form is opened | 10 Jun 2005 02:04 GMT | 2 |
I would like to find out if a form is loaded or not. In VB I do something like: Private Function IsLoaded(frmname As String) As Boolean Dim item As Form
|
| Word Header - Gray Tone | 09 Jun 2005 16:25 GMT | 1 |
How do I turn off the gray tone in the Word header section? Our company uses Word files in emails frequently and our header includes our full color logo. However, the logo is always on gray on the screen. Can the gray be turned off so our email correspondence looks the same as ...
|
| MergeFields with Switches, is there a switch to backspace? | 09 Jun 2005 16:22 GMT | 3 |
Is there a switch that lets you backspace when using MergeFields. For example, I have a number pulls in 789789.0. I would like for it to automatically backspace and get rid of the .0. There is no way in the base system to change the format of this number.
|
| Copy and paste a table | 09 Jun 2005 14:10 GMT | 1 |
Some questions on replicating tables Whats the best way to reproduce exact copies of a table without mail merge? I'd like to have a paragrah/space between each table and then access the latest table to write to the cells.
|
| Cell text manipulation | 09 Jun 2005 13:47 GMT | 1 |
My request should be fairly simple: I need to know where the content of a cell (not format or anything else) is stored for being used in VBA. If I have multiple cells selected, I want to know how to reference the content of each one, and later apply some changes to each one in ...
|
| Add-Ins | 09 Jun 2005 13:37 GMT | 4 |
I have several template files where each template is different, but most of the code in each is the same. Everytime I need to modify one of the userforms or something in the files I have to make the change in each file. I want to be able to have a central code template that all ...
|
| can i right align a toolbar? | 09 Jun 2005 11:40 GMT | 7 |
I have a custom toolbar which has to move position when one of the buttons is clicked. I want the toolbar to shift over to the right of the screen, then revert to the left when the button is clicked again...
|