| Thread | Last Post | Replies |
|
| vb code works in word 97 but not word 2003 | 17 Apr 2005 18:02 GMT | 3 |
I have the following code: ActiveDocument.SaveAs FileName:="My File" + format(Now, "dd mm yy hh mm ss") which works perfectly in word 97, but when run in word 2003 it gives the error:
|
| Putting multiple .doc's together in many folders | 17 Apr 2005 03:19 GMT | 4 |
Our schools report generating software is a bit crazy in that it produces folders for each subject and fills those folders with individual document files for each pupil. Each subject has a folder, populated with sub folders, so class 8X3 Science has 31 files in the 8X3 Science ...
|
| I am looking for a program that will help me convert ANY Wordstar. | 17 Apr 2005 02:00 GMT | 1 |
Anybody know of any programs?
|
| VB code works in word97, but not word 2003 | 17 Apr 2005 01:55 GMT | 1 |
I have the following code: ActiveDocument.SaveAs FileName:="My File" + format(Now, "dd mm yy hh mm ss") which works perfectly in word 97, but when run in word 2003 it gives the error:
|
| More than 25 entries in a drop-down form field | 16 Apr 2005 20:31 GMT | 6 |
I am creating an MS Word 2002 template for my client and have just run into the 25-entry limit trying to enter the properties. I need to put more like 40 choices on the drop-down field. Is there any way to beat this limit in
|
| How do I extract an embedded EXCEL worksheet from a word document. | 16 Apr 2005 15:35 GMT | 2 |
I am writing a VB program in EXCEL to extract certain information from a word document. There are some EXCEL worksheet embedded in the word document (it is not a link), and I want to extract these EXCEL worksheet. I have tried to find the worksheets in the paragraph object ...
|
| saving a backup | 16 Apr 2005 11:50 GMT | 2 |
I've been trying to save a ducument from a macro as follows Private Sub CommandButton1_Click() With Dialogs(wdDialogFileSaveAs) .Name = Format(Date, "dd mmm yyyy") & (" t-l information and
|
| delete all bookmarks in file | 16 Apr 2005 05:36 GMT | 9 |
Can a macro delete all bookmarks in a file? I want to be able to delete all of them without knowing in advance how many there are, since the number will vary from file to file. I'm using Word XP.
|
| Updating list from macro using form | 16 Apr 2005 05:34 GMT | 1 |
I have a dropdown list box within a Word 2000 table. When the user clicks on the field, the list of values is propegated with values listed in the on click event macro. I would like the user to be able to edit the macro's list of values without
|
| How to select whole document including header and foter | 15 Apr 2005 23:25 GMT | 7 |
I have the following code Selection.WholeStory Selection.Fields.Update that i use to update fields, but it does not updatefields in the header and
|
| tabular order | 15 Apr 2005 20:03 GMT | 2 |
I'm populating a table using predefinded autotext chosen by selecting checkboxes on several forms, the table has a blank row with a single bookmark that all checkboxes reference. See example below. If chk1.Value = True Then
|
| Quick Macro Question | 15 Apr 2005 19:11 GMT | 3 |
I don't have any coding experience, and my macros are mostly created using the record function, however, I am unable to record a macro for something fairly simple (or at least I would think it's fairly simple). I would like a macro to do the following: Insert | Reference | Cross
|
| Using VBA to work with Office search results | 15 Apr 2005 19:02 GMT | 1 |
When I run a search using one of the Office programs I get a list of file titles that I can't seem to do anything with other than copy them one by one, e.g., to a spread sheet. With some searches yielding a hundred or more files, this is not workable.
|
| FILLIN MACRO IN TEMPLATES | 15 Apr 2005 18:23 GMT | 1 |
I was wondering if there is any way to prevent a Fill In macro from automatically running on new documents when placed in a template. I am find if you open the template itself you can run the macro manually, but when utilizing the template to create new standard documents it will ...
|
| Can Word characters can be presented in a reversed format? (i.e.. | 15 Apr 2005 16:49 GMT | 1 |
Is there a method whereby a symbol or character can be reversed in a word formula (for subsequent use in developing a user-defined special/combination character? If so, are similiar techniques available in other "MS Office"
|