| Thread | Last Post | Replies |
|
| Adding a decimal place? | 08 May 2006 15:41 GMT | 2 |
Is it possible in a Word2003 form to have the fields work with decimal places beyond TWO? Sometimes we have a multiplyer to enter like .915 which Word always treats as .91 Can I change that?
|
| help with template and macro's | 08 May 2006 10:58 GMT | 1 |
I have constructed my template and got all the macros i need in it but whenever i save it to the template folder as a templateand then create a new document using(file,new,from template) that template the macro's don't run but if i open the template using file open they run
|
| best type of field to use? | 08 May 2006 08:48 GMT | 6 |
I have a document that I want to insert some info contained in Vba code. I have spent a lot of time trying to do this and have concluded (to perserve fomatting) the best way would be to use fields in the document and just update the field with a vba variable. Lets say I have
|
| Can't change TemplateProject | 08 May 2006 06:49 GMT | 3 |
I'm creating a new template in Word2003 for house styles that I set a reference to from various templates. By default the Project Name is TemplateProject(Styles). I need to change the project name and add a description. I use the Template properties dialog to change the name
|
| How do I format word for cards 5 1/2" x 4" folded? | 08 May 2006 06:40 GMT | 1 |
Hello! I am trying to make my son's birthday invitations for his first birthday. I already have the graphics and wording. I am trying to set up word to print these invitations on Halcraft Greeting Card stock. However, I do not know how to format word to print on this paper. The ...
|
| Help with automatic doc naming and correspondence ref numbering | 08 May 2006 06:11 GMT | 1 |
I am new to VBA and have got this far with ideas and code from this forum, thanks. I ve started with a basic fax template and the code below works fine in proposing a file name when the dialog box pops up etc. I have a ref field on
|
| Finding a bookmark with a macro | 08 May 2006 02:43 GMT | 3 |
I need to find a way to locate a bookmark's index number via a macro. Currently I use, Dialogs(wdDialogInsertBookmark).Show to allow the user to select the desired bookmark, then they have to click the Goto button. I can then get the index. The problem is with
|
| Programming Style Etiquette | 08 May 2006 02:25 GMT | 1 |
I know Word is buggy and the workarounds can be less than elegant at times. However, I recently ran across a confirmed error in the Find function (http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B29274). Microsoft's suggested workaround is to declare ranges that need ...
|
| Getting the user profile folder | 08 May 2006 01:44 GMT | 4 |
I need to get the signature folder for the current folder such as; "F:\Documents and Settings\Dave\Application Data\Microsoft\Signatures\" except that instead of Dave I need the correct name for the current user, s that my code works generically regardless of who is logged in. Is ...
|
| Dynamic Menus | 07 May 2006 23:52 GMT | 1 |
How can I have certain menu items change depending upon whether or not the cursor is in text that is hidden? I want one of my Short Cut menu items to toggle back and forth depending upon the cursor location. Any help would be greatly appreciated. Thanks.
|
| find and replace formatting in sentence following Heading 2 style | 07 May 2006 20:31 GMT | 2 |
How would you do a find and replace to format the sentence following a Heading 2 style throughout a large document? The text would need to be changed from regular text to bold and italics. The defining mark would be the period and two spaces immediately following a Heading 2 ...
|
| Non standard suffix to prn files | 07 May 2006 15:48 GMT | 2 |
I have to produce print files with the suffix ".MEM". I have found that if I put in filename XYZ.MEM I get XYZ.MEM.prn, but I can get round this by printing to file, selecting the correct folder and entering file name in quotes "XYZ.MEM". I would like to automate this for the ...
|
| Automating write to file | 07 May 2006 13:41 GMT | 3 |
I have a macro which partially automates writing a document to file. It copies text from the document to provide the output file name and then starts write to file, but I do not know how to word a VBA instruction to paste text from the clipboard to the outputfilename. Can anyone ...
|
| File location | 07 May 2006 11:57 GMT | 2 |
How to I determine the name of the file path to the file with the macro that's running ? Word 97. Thanks, for any help, Tony
|
| how to adjust tables in one page | 07 May 2006 11:43 GMT | 5 |
I have two tables in one specific page of Word Document. And these two tables occupy the whole page. One table is named "item info", the other one is named "comments". The size of the table "comments" depends on the size of the table "item info". For instance, If I delete one row
|