| Thread | Last Post | Replies |
|
| Well, I give up the Sendkeys statement. Thank you. But what instea | 23 Feb 2007 22:39 GMT | 2 |
How can I choose a proprietary Word menu item that was installed by the third party? This is not the member of the Word collection Dialogs. And when I record a macro while opening such menu item from the keyboard, the macro is void, no keystrokes...
|
| Add a different template project? | 23 Feb 2007 21:42 GMT | 1 |
Thanks much for the help. I'm a pretty rank beginner at some of this. I have a .DOC file currently associated with one template project. How do I associate it with a different template? Thanks.
|
| Help with find and replace macro | 23 Feb 2007 21:30 GMT | 6 |
I am having a heck of a time trying to figure out what I am doing wrong. I recently upgraded to Office 2007 and my previous macro is behaving oddly. I am trying to go through and find and replace key words with information obtained from a database such as name, file
|
| Unrecognized database format <filename>. (Error 3343) | 23 Feb 2007 20:34 GMT | 1 |
We recently converted from Office 97 to Office 2003. The macro in word97 worked greate in accessing Access97 database, but after the conversion the marco gives the following error message. Database is also converted.
|
| Override Word 2007 Save as | 23 Feb 2007 19:47 GMT | 5 |
I am modifying my Word AddIn to work with Word 2007. My AddIn intercepts the Word "save as..." by implementing a FileSaveAs macro. This macro pops a VB form, and depending on how the user responds to this form it sets the save path and executes the Word save as dialog.
|
| trouble changing location of document template | 23 Feb 2007 17:28 GMT | 13 |
I have some documents that were created with a custom template in the default Microsoft location on my C drive. It was found out that others could not use some macros when opening these docs on their computer so I copied the template to a shared location on a network drive.
|
| copy numbers | 23 Feb 2007 16:28 GMT | 1 |
I would like to print a unique copy number when I print multiple copies of a document (like a serial number). Is this possible?
|
| Template with UserForm. | 23 Feb 2007 15:31 GMT | 4 |
Sorry to crosspost. I don't known wich group is the right for my question
:-) I have an template (rekv.dot) containing an UserForm, to create a rekvisiton form.
|
| Bogus Style in template | 23 Feb 2007 14:09 GMT | 1 |
I need to establish whether a my template is corrupted, have a virus or Microsoft error. I need to delete a bogus style(Default Paragraph Font Para Char Char Char Char2 Char Char Char Char) from a template. If I follow the prescribed route
|
| Saving text within a certain heading level ? | 23 Feb 2007 12:48 GMT | 1 |
I'm looking for a macro that would save all the text within a certain heading style to a separate word file. If the cursor is positioned within a certain heading then I would like the macro to save all text within this heading and all subheadings.
|
| COM Save | 23 Feb 2007 08:19 GMT | 2 |
I am using the Word COM objects via ColdFusion pages. Everything works nice and smooth except for one thing, very weird. I am opening a Word document, I read it and modify it OK, but when I try to save it, by "TheDocument.Save()" it throws me this exception:
|
| Security Option | 23 Feb 2007 06:46 GMT | 1 |
Is there a way to change the Security Option to Remove Personal Information through a script or macro that I can push out to all users? I believe this is the language that I need to use: Sub RemovePersonalInfo()
|
| Word 2007 VBA- Application.filesearch | 23 Feb 2007 06:43 GMT | 1 |
I have run into problem in Word 2007 with a macro I have used for years. The macro uses the command Application.Filesearch .Lookin = "C:\Folder"
|
| How insert string variable into my Word document? | 23 Feb 2007 01:31 GMT | 3 |
In Word 2003, I have a string of text stored in a variable. What function do I use to insert that variable into my document? Thanks much.
|
| My form is not working in a Word Template, but it does in a normal | 23 Feb 2007 01:29 GMT | 2 |
I made a word document that shows a custom form when it is opened. In that form I add some data to fields (name, address...etc). Once I click the submit button a function replaces some text fields on the document with my user data.
|