| Thread | Last Post | Replies |
|
| Variables and scope ? !!!! | 20 Sep 2005 18:03 GMT | 4 |
I wonder if some one can clarify if it is possible I want to set a global or constant in word at the start of a document / module in vba is this possible I understand to set a variable i use the "public" and if i require a set
|
| Load Fields on a Form with Button Click? | 20 Sep 2005 17:15 GMT | 3 |
I have fields in a word document template that I would like to allow the user to fill in. Then with a button click, I would like to copy the data from those fields that the user filled in to other areas (fields) on the same form to be used as prompts for additional input. I can ...
|
| Newbie : use variable for automatic table fill | 20 Sep 2005 17:12 GMT | 1 |
I use MS Word as a form (mostly in various tables inside the document) for entering data throughout a complete workflow. I want to enter a piece of information once, and fill automatically another part of the document from the variable text I first typed.
|
| refreshing image in ms word using vba | 20 Sep 2005 03:32 GMT | 1 |
I am dynamically changing the image property of a picture box in word with something along the lines of... LoadPictureToDocument ActiveDocument, "imgMenu", strImage This is working, however it won't 'refresh' the page so to speak. When
|
| List all Bookmarks in a Protected Form | 20 Sep 2005 00:21 GMT | 3 |
I have a protected form that is filled out by various users. I would like to be able to go to the end of each completed document where there is an unprotected continuous section and click a MACROBUTTON which will run a macro that will display the "text only" of each bookmark in ...
|
| invoice numbering | 19 Sep 2005 23:53 GMT | 6 |
Using Word2003 and a script I found at the Microsoft site. I have absolutely no experience with VB script but I inserted this script for numbering invoices and it worked fine. The script is here, called AutoNew: http://support.microsoft.com/default.aspx?scid=kb;en-us;212686
|
| Continuous section break interfering with odd/even page header | 19 Sep 2005 21:06 GMT | 2 |
I have created a tempate that has a different first page header/footer and odd/even headers/footers for the rest of the document. I want to start the second page of the document as two even columns (the first page is not in columns). Users are not regular Word users, therefore ...
|
| Word won't save where i want it to... | 19 Sep 2005 19:48 GMT | 1 |
i hope i'm not using improper etiquette here, i posted this on Microsoft.public.word.newusers first and as recommended to come here: I have code in a Word template that, upon SAVE, should save to the same folder that the .Dat file exists. However, for myself and one
|
| Hidden Menu | 19 Sep 2005 16:15 GMT | 1 |
I am missing my File Edit View Format ... Menu. It is hidden and don't know how to show it again. Please help! Thanks,
|
| Built in Word dialog problem | 19 Sep 2005 16:05 GMT | 3 |
I'm trying to use on of Word's built in dialogs, namely the table auto-format dialog. Reading up on MSDN, this should work: Word.Dialog dlg = Application.Dialogs[Word.WdWordDialog.wdDialogTableAutoFormat];
|
| Microsoft Word suggestion | 19 Sep 2005 13:00 GMT | 3 |
Microsoft Word should have an option similar to T9 and other cell phone predictive text software; one that showed possibilities to finish a word as it's being typed, so that if someone is typing "onomatopoeia", they can type "onom" and see a display suggesting several ways the ...
|
| Accessing a file header | 19 Sep 2005 12:29 GMT | 5 |
Is there a way to access the header information of a file? I am thinking of JPEG and GIF files, where I want to find the horizontal and vertical pixel sizes of these and put these pixel sizes into a Word table.
|
| AutoNum field in 2003 | 19 Sep 2005 12:24 GMT | 2 |
I have two tables that are separated by a blank line. I need to use AutoNum fields in each table; each starting with the number 1. I have read the help and other questions here, but everything I have tried is to no avail. I have tried formatting the first blank line before the ...
|
| help in switching form OLE DB to ODBC | 19 Sep 2005 12:19 GMT | 1 |
I have an Access database on my local hard drive, which I need to move to an SQL server, meaning that I have to change my code from using OLE DB to using ODBC. However, I have encountered a personal knowledge deficit, so to speak. I <think> all I need to do is change the ...
|
| Accessing numbering from a macro | 19 Sep 2005 12:15 GMT | 2 |
Is it possible to access the numbering of a heading from a VBA macro? I've already tried but the "Selection" object ignores the numbering. Cheers Jorge
|