| Thread | Last Post | Replies |
|
| copy word form field contents into excel spreadsheet | 28 Jul 2005 11:24 GMT | 2 |
Can someone help me with the code to open a word document that is a survey form with 6 form fields. I want to open the document, copy the contents of the form fields (name_txt, email_txt, check1_checkbox, etc) to my excel spreadsheet.
|
| Merge fields in footers | 28 Jul 2005 09:25 GMT | 1 |
I have a template with a footer with merge fields in it i.e. property address. When other users select this template the merge field populates on the first page only, on any other pages it only brings up the merge field, not the populated field like the first page. In my ...
|
| start Outlook 2002 via Word 2002 macro | 28 Jul 2005 09:12 GMT | 2 |
I would like to check in a Word 2002 macro wether Outlook 2002 is running and if not to start it. I've tried a lot of code I've found via internet but nothing worked correctly.
|
| Log File | 28 Jul 2005 08:26 GMT | 9 |
I need some code that will add the filename and path as well as the current date and time to a log file called word files.txt each time a word document is opened or saved. Anyone Help Regards
|
| accessing outlook contact information in word | 28 Jul 2005 07:19 GMT | 1 |
I'm using Word and Outlook 2003. In previous versions, I was able to use the code: WordBasic.GetAddress, in a Word user form to access the Outlook contacts to choose an address. This code is not recognized by Word/Outlook 2003.
|
| IF-THEN statement comparing "current page" variable to "last page" variable | 28 Jul 2005 01:15 GMT | 3 |
I know this sounds simple, but I just can't figure this out. I wish to insert a first logo on the first page of my Word document (which I can do by assigning my graphic as autotext and then inserting from the Insert>Autotext toolbar), and then cycle through pages 2 to "end" to ...
|
| error handler with error line number | 28 Jul 2005 00:02 GMT | 1 |
I have a function in Word-VBA with error handler writing some info to log file. There are strange errors occuring from time to time which I can't trace. It would be very helpful for me to have information about line in which error has occured. Is this possible?
|
| Creating a new file folder | 27 Jul 2005 22:17 GMT | 10 |
I would like to add a feature to the following code. I'd like to be able to have the macro check for the existence of the File Folder, and if the folder does not exist, to create the folder, and then save the file to that newly created folder. I have looked in the VBA editor help ...
|
| Select from insertion point to text string, and then do it all over again | 27 Jul 2005 21:59 GMT | 2 |
I am creating 850 static HTML Web pages by using Mail Merge in Microsoft Word. (The static Web pages are then compiled into one metafile.) After I merge the Web page data into Word, I have one, long document that is separated by 850 section marks.
|
| My shortcuts quit working in Word only, any suggestons | 27 Jul 2005 20:30 GMT | 2 |
My shortcuts in Word used to work, now they don not. CTRL home gives me 'find and replace' instead of returning me to the top of the document. I reloaded Office with the same results. Any suggestions?
|
| HTTP Posting Document | 27 Jul 2005 18:36 GMT | 2 |
I am new to VBA and Word macros in general and have a question. Is it possible to HTTP Post the ActiveDocument to a URL after it has been closed or saved? Perhaps in the autoClose method? Since I am new to Word automation I am having a hard time finding the answer from the ...
|
| Copy Paste Special Challenge | 27 Jul 2005 15:50 GMT | 4 |
Is it possible to copy a word document page but leave the first 3 space behind on every line for the whole document I need to do this for over 3000 pages so do not want to by line by line I am trying to achieve: 001 dsfdsfsd
|
| Macro runtime error | 27 Jul 2005 08:21 GMT | 6 |
I have set up a macro using the recording wizard to open a file which i use often as a template. Now when i click on the macro button, Run-time Error 5174 keeps coming up. Can anyone help?
|
| make form automation recognize the boolean state of a check box | 27 Jul 2005 03:46 GMT | 1 |
When automating a form, it would be helpful if I could make the exit macro of a check box dependent on the boolean state of that check box. It would be even better if I could enter a command such as "if check1=1 then check2=enabled" or something similar. The current method of ...
|
| Fractions and Autoformatting | 27 Jul 2005 02:07 GMT | 2 |
Sometimes my program will automatically shrink the fractions. I have gone into the tools menu and checked and it should occur but it does not. Is there a way for me to customize the fractions so they appear like the others that do shrink?
|