| Thread | Last Post | Replies |
|
| Run-time error '4605' | 15 Jul 2005 21:49 GMT | 6 |
I recently inherited a Word file at work and I'm getting this error on an auto run macro. Since I don't know anything about VB programming, I was wondering if somewone could tell me how to fix this problem. This error prevents me from using this file.
|
| AutoSelect for Drop Down Form Fields | 15 Jul 2005 20:10 GMT | 1 |
How do I create what I call an "AutoSelect Drop Down Form Field?" The user should only have to type the beginning letter(s) of an item in the list and the item will appear without having to scroll through the list and selecting it. Thanks!!
|
| Drop down box in Word 2002 forms | 15 Jul 2005 19:28 GMT | 1 |
I realized that Word does not allow more than 25 items in a drop down list field in forms. Why? It doesn't make much sense. But that's not my question . . . I would like to change that to fit my needs. I've created a form that has several drop down fields that have more that ...
|
| Updating hyperlink pointers | 15 Jul 2005 18:34 GMT | 5 |
I've just converted a large manual from PDF into Word. This manual contains hundreds of hyperlinks to other pages in the same manual. My problem is that the PDF converted converted each of these hyperlinks to point to the top of the target page, rather than the target itself.
|
| Possible to override ClearFormatting command? | 15 Jul 2005 18:33 GMT | 6 |
I would like to override Word's 'Clear Formatting' command - basically to apply a style other than 'Normal' once the formatting is cleared. I tried creating a 'ClearFormatting()' sub but it doesn't get called (I did one for FileSave in the same module and that one worked fine).
|
| Trouble Printing Word Documents from Folder using VBS | 15 Jul 2005 15:56 GMT | 2 |
I am trying to automate the printing of documents from a specified folder on our server. I am trying to write a VB Script to do this and run it as a scheduled task to check the folder every minute for any files in there, print them, then delete them. Here's what I have so far, I ...
|
| User name in File Path | 15 Jul 2005 15:28 GMT | 4 |
I am trying to write some code in Word where upon opening a certain template, the user is prompted with an InputBox asking for his/her Windows login name, such as "jsmith". I then want the user name to become part of a file path in another line of code, as in the following ...
|
| Prevent Logo Resizing? | 15 Jul 2005 15:23 GMT | 3 |
Word 2000. I am trying to save a small header logo as a jpg and use VBA to insert it into the header of a 2d document. The logo keeps getting larger or smaller.
|
| Find Arial? | 15 Jul 2005 15:10 GMT | 10 |
starting with the question from Tony Logan "stop selection when finding certain font" I thought, I could come up with a simple solution. However, when searching for "Arial",
|
| Application SendKeys | 15 Jul 2005 14:58 GMT | 2 |
Help! I am trying to create a Macro, that records the command " Insert + Picture + From File", and stops right there. The problem is that with the Macro Recorder, when I get to
|
| button in Word to open another document | 15 Jul 2005 14:47 GMT | 7 |
I am trying to create a button in a document I have. I want it to link to another file on my hard drive. I have not used VB in years and do not remember the commands I need to type in.
|
| Bookmark Range Problem | 15 Jul 2005 14:23 GMT | 2 |
I am automating a Word document from MS Access. I have set a bookmark named "ZipCode" defined as "00000-0000" in the Word Document. From Access I replace the value of "ZipCode" with a database value from Access.
|
| Word 2002 VBA question: calling subroutines from an "add-in" template | 15 Jul 2005 14:14 GMT | 2 |
BS"D Hi all, This is a Word 2002 VBA question. (Maybe I am on the wrong forum, but the VBA forums I have access to right now all seem to be pretty quite.)
|
| Detecting AutoCorrect Events In Word | 15 Jul 2005 12:35 GMT | 2 |
I was wondering if it is possible to programmatically detect when Word makes an Auto Correction of a misspelt word or similar? I had a look at all the Word events and none of them seemed to match what I was looking for ... although I could be wrong!
|
| C# and FormFields | 15 Jul 2005 12:00 GMT | 1 |
Is it possible to programatically insert data into a Word document at a specific location (ie formfields or bookmark etc) I can insert data into the Document but cant get it to go where i want it to. It would be great to be able to create a template and allow the design
|