| Thread | Last Post | Replies |
|
| Word: automating the repetition of a macro run | 04 Nov 2005 22:34 GMT | 2 |
In MS Word, how do you arrange for a macro to run many times in immediate succession, without separately activiting each run? I don't want to build X-number of repetitions into the macro itself, because the required multiple won't be consistent. I might need 1000 repetitions of ...
|
| MsgBox for beginners - Help please! | 04 Nov 2005 20:02 GMT | 3 |
I am new to VB and am having a little trouble. I want to write the script so that a msgbox will open that ask a YesNo question. Clicking yes will produce one answer in "textfield9" and clicking no will produce a different answer in the same text field.
|
| whats wrong with my code | 04 Nov 2005 19:53 GMT | 6 |
i have a command button in my word doc and i have the following code Private Sub CommandButton1_Click() Emailtest.HasRoutingSlip = True With Emailtest.RoutingSlip
|
| Save As Dialog file name and location | 04 Nov 2005 19:19 GMT | 4 |
The following code will not default the Save As dialog box to the C:\ directory. The "fred.doc" filename appears correctly, but the directory is not correct. With Dialogs(wdDialogFileSaveAs)
|
| MoveRight in table fails at 1%: bug? workaround? | 04 Nov 2005 19:07 GMT | 2 |
Hi, does anyone know sth. about erros at Selection.MoveRight command? I'm having a lot of trouble at an automatic function creating a Word Document. VBA code runs for several hours (>5h) creating about 500 Documents, each 1 to 50 pages containing a table layout (7 columns) and ...
|
| Saving Data from Word Form | 04 Nov 2005 17:49 GMT | 4 |
I'd like a general idea of how to go about setting up a Word template from which I can save data for use in a database. I'm familiar with the "Save data only for forms" option under File > Save As. I wish to save the data as a text file for import into another program.
|
| Disable customization of command bar | 04 Nov 2005 15:51 GMT | 4 |
What I am trying to do is to disable the appearing of point ' customize' when right-clicking on the only commandbar all is hidden but still on right-clicking the 'invoice' command bar there is the option of customization ...
|
| Take info from Ask Field and insert in 3 places on form? | 04 Nov 2005 14:45 GMT | 12 |
I'm not a programmer, I'm a teacher, but I'd like to do the following: When I open my lesson plan template, I want Word to open an ASK dialog box to ask me the date for my lesson plans. Ater I enter the date, I want the form to automatically insert this information in three ...
|
| export picture shape | 04 Nov 2005 12:58 GMT | 4 |
Anyone knows if there's a way to export a picture shape into a file? If possible without using the clipboard. Thanks for any hints! Luc
|
| Merging, variables and fields problem | 04 Nov 2005 06:39 GMT | 1 |
I have a software package that will merge data into MS Word documents to prepare client letters and other documents. I am trying to do something that is seemingly very easy but just will not work. Assume my mailmerge master document contains three mergefields - mergefield
|
| Good Word 2003 VBA and Related Book? | 04 Nov 2005 04:54 GMT | 1 |
Can anyone suggest a good Word 2003 book that covers VBA and the various aspects of developing custom code, form, etc within Word 2003. Looking for something that explains coding techniques specific to 2003 and not just general VBA from previous versions as I am looking to ...
|
| how to delete files from a directory using VBA | 04 Nov 2005 02:10 GMT | 3 |
hallo, my friends, does anybody know how to delete all files in a concrete directory on a disc from VBA code? p.e. in C:\reports - there are already files "....TXT" and at the start of
|
| Word Macro Question | 03 Nov 2005 21:50 GMT | 2 |
When I open a previously saved file and cancel options to enter a new number and form name, a debugging error message comes up (Run-time error ‘4605’). When the "end" option within that dialog box is selected, my cursor is placed within the header instead of in the document, and ...
|
| Extracting Text from Word document | 03 Nov 2005 20:54 GMT | 15 |
I am really new to the VBA (Work, Excel, etc.) world so any guidance and/or help will be much appreciated. Here's my dilemna. I currently open up several MS Word documents (around 150) and copy/paste text within those documents into another MS Word document (a summary document) ...
|
| Macro to save filename with date/time stamp, then email | 03 Nov 2005 20:33 GMT | 1 |
Using Word 2003, I need a macro that will save a template as a .doc with the date in the file name (e.g. AM20051102.doc) then send the file to a specified email address. I’m a VBA/macro novice. With the Macro recorder, I can get it to save, but
|