| Thread | Last Post | Replies |
|
| moving to next bookmark | 23 Feb 2005 04:45 GMT | 2 |
i need to create a macro to move to the next bookmark using keystrokes. any suggestions?
|
| creating a single action in the undo buffer | 23 Feb 2005 03:12 GMT | 1 |
I have a Word add-in that manipulate the document. My problem is that every single manipulation gets to into the undo buffer as a seperate action. I would like to combine these into one undo action so that when the user clicks "undo" they undo all of what my add-in has done.
|
| menu bar off/on in Word | 23 Feb 2005 02:28 GMT | 2 |
I cannot turn on Word 2000's menu bar. I developed a VB6 application that starts Word, retrieves a document, prints it,...etc. I turn the menu bar off to prevent users from getting into mischief. When I exit the application I turn
|
| Inserting a string at the end of a paragraph | 23 Feb 2005 02:14 GMT | 2 |
I am making a macro to convert word pararaphs into html paragraphs. So need to convert all the Word Paragraphs into HTML paragraphs. And then purge the Word document of the Word paraqraph marks. I can insert an opening marker <p> but seem to have a problem with inserting
|
| How to add Date and Time Picker Control to Word form??? | 23 Feb 2005 01:56 GMT | 1 |
I've tried everything I can think of and I still can't figure out how to add the Date and Time Picker Control to my Word document! :-( Sugestions??? Thanks,
|
| Generate Document Variables from a multiline text box | 23 Feb 2005 01:25 GMT | 1 |
I am creating a userform for a meeting agenda template. When the user types in the agenda items in a multiline text box, I would like to assign each agenda item (each paragraph or line) to a document variable. The number of items will vary with each meeting, so that is why I ...
|
| Jezebel or other helper | 22 Feb 2005 23:41 GMT | 2 |
I was wondering if you would take a look at my prior post "How to reference Userform in another project." I have responded to your suggestion but still need help. Thank you!
|
| AddPicture | 22 Feb 2005 20:03 GMT | 2 |
I have a document that I am creating via VB6. In the middle of the document I need to add a series of bitmaps. I am able to get the bitmap to insert, but it always inserts it at the top. I need it to insert at the bottom of the documnet.
|
| To Jay Freedman - More on Find Match Exact | 22 Feb 2005 19:03 GMT | 6 |
Hi Jay, This refers to the post of 2/16/2005 (Need Help With Find) regarding Find and exact matches. During code debug I found that I had to modify the wildcard search string.
|
| menu | 22 Feb 2005 18:47 GMT | 3 |
how would i create a menu that drops down when u right-click a certain word in a word document. just like in a spell and grammar check?
|
| Run-time error "5980' - forms | 22 Feb 2005 18:12 GMT | 2 |
I have successfully made forms and inserted the macros to cause the cursor to go to the next field when one keys the enter key. Recently I changed to Windows XP, but still use MS Word 2000. Why am I now getting the error
|
| Removing the top 2 lines of each page on a document | 22 Feb 2005 16:50 GMT | 1 |
I'm trying to put together a macro that goes to the beginning of the document and deletes the top 2 lines (both extra blank lines needing to be removed), then moves to the next page and deletes the top 2 lines, and so on until it reaches the end of the document. Once it reaches ...
|
| file exists question | 22 Feb 2005 16:00 GMT | 7 |
I am seeking code to find if a file exists on the user's computer. The file might be named something like "c:/TestFolder/" & variableABC. So, something like: If file exists "c:/TestFolder/" & variableABC Then Application.Run
|
| Save to users templates folder | 22 Feb 2005 15:05 GMT | 4 |
I need to distribute a Word tutorial and a test. The test requires a template I have created. I thought I could use an autoexec macro to save it to c:\documents and settings\%username%\application data\microsoft\templates\testtemplate.dot but it seems that %username%
|
| How to avoid the "There is a large amount of data in the clipboard... " dialog box | 22 Feb 2005 12:45 GMT | 2 |
I have a Word VBA Subroutine the opens an excel spreadsheet, copies a range into the clipboard, closes the excel application, and then pastes the information from the clipboard into the word document. I am getting the "There is a large amount of data in the clipboard... " dialog ...
|