| Thread | Last Post | Replies |
|
| DELETING NORMAL.DOT TEMPLATE TEXT | 08 Oct 2005 03:20 GMT | 1 |
Everytime I start my WORD program, instead of getting a blank document when I want to start a new doecument, I get an old document that I typed a long time ago. How do I delete this document permanently, prevent it from showing up, and get my blank document space back?
|
| Deleting selected hyperlinks | 08 Oct 2005 03:07 GMT | 31 |
I have this code from a previous post by Jay Freedman to delete all the hyperlinks in a document. Sub UnlinkHyperlinks() Dim nHL As Long
|
| How to reference a field's content using its bookmark name | 08 Oct 2005 02:47 GMT | 8 |
I am a new user of VBA. I want to write code that compares the values of two fields. One field's value is expected to be less than or equal to the other and, if that is not the case, I want to display a message to the user. The bookmark names for
|
| Word automation questions (Using from VB6) | 08 Oct 2005 01:06 GMT | 10 |
I'd like to create a new Ms Word document from my VB6 application using a template. I'am new using automation, so i have some questions. 1) I set a reference to my project "Microsoft Word 11.0 Object Library".
|
| AutoExec not firing in Global template | 07 Oct 2005 23:47 GMT | 7 |
I am starting Word from an external application and it is intentionally not visible, but the code in the AutoExec sub of one of my global startup templates is not firing. How can I make it fire? Thanks
|
| the meaning of Err | 07 Oct 2005 22:56 GMT | 2 |
How can I know the detail from Err? Regards
|
| Deleting classic commandbars and adding self made commandbars | 07 Oct 2005 22:56 GMT | 2 |
During the startup of a document, I want to delete or hide some classic commandbars like "drawing", "outlining"? ..... On the other hand, I want to display some self made commandbars, place at the top of my window. Could anybody give me some examples how to achieve this. I have ...
|
| Doing something wrong wit a variable | 07 Oct 2005 18:48 GMT | 3 |
I'm trying to check if a file is there with: Len(Dir(vFilename)) = 0, but I think that my using the variable vFilename is preventing it from working. I don't think that Len(Dir("vFilename")) works either. Thank you
|
| Printer - trouble with draft/B&W options | 07 Oct 2005 17:36 GMT | 2 |
I want to have my printer default to draft and B+W output every time. I go in and tick the 'draft output' box in OPTIONS, but everytime I reopen WORD it defaults to no box ticked. Is there any way to get draft and B+W as a permanent default ?
|
| Best way to approach custom form for 6 different entries? | 07 Oct 2005 12:21 GMT | 2 |
WP is so automated for this and one can set up multiple fields and it creates the dialogue box automatically; there are so many different things re forms I've run across in tutorials on the net that just don't cover this, that I just don't know where to go from here in Word. Been ...
|
| Text beyond cursor and highlight words | 07 Oct 2005 11:25 GMT | 2 |
I want to read all the text after the cursor location. I also want to read and highlight one word at a time. Can anyone please help me with a code sample. Also can anyone pls direct me to some basic tutorials that teach the above
|
| Adding text from another document | 07 Oct 2005 08:32 GMT | 5 |
I can insert text from another document - but when the routine inputs the text any bookmarks from the text inputted is removed. Is there a switch which will input bookmarks as well?
|
| Newbie question about find and replace | 07 Oct 2005 04:24 GMT | 3 |
I am trying to run a macro FROM EXCEL that effects the changes in a WORD doc. Ie : I want to use the word Find and Replace but call it from excel...so when I runthe program in excel it makes the changes in word. here is the code that I gained from the Macro Recorder in
|
| solution: how to make a macro that converts a picture to floating & tight | 06 Oct 2005 23:49 GMT | 2 |
Gave up on this a few years ago, today tried again and it worked (word 2000) if you paste an image in Word, using EDIT > Paste or with the INSERT > PICTURE menu from some jpg or other image file,
|
| Word Macro to list File Names, Size, and Modify Date | 06 Oct 2005 20:56 GMT | 1 |
Below is a Macro that I found to list the File Names of all of the files in a directory. How can I add File Size and Date to that list? Thanks for your help! Kara
|