| Thread | Last Post | Replies |
|
| Question about hover tips | 06 Jan 2005 05:40 GMT | 2 |
I can't find what to call these so I'm referring to them as hover tips. I'm referring to the messages that appear when I run my cursor over the toolbar icons. For example, when I just placed my cursor over the "New Post" icon in Outlook Express, "Write Message" appeared.
|
| How to resize a picture? | 06 Jan 2005 04:16 GMT | 2 |
In Word 2000 I have a macro to insert an picture that the user chooses, select the picture , and then make the height 1" (72 pt) - keeping the width proportional. I then want the macro to look at whether the width is greater than 320 pt and if so, make the width exactly 320 pt - ...
|
| Sudden macro error | 05 Jan 2005 23:38 GMT | 3 |
I've noticed the failure of several macros recently, they worked perfectly for years under Word 2000 and have stopped with Word 2002. No idea why. This is typical. It stops at rf.Path with Runtime error 5152: Method 'path' of object 'RecentFile' failed. When in debug mode, ...
|
| Read Tabstops Manually applied to a paragraph | 05 Jan 2005 21:11 GMT | 2 |
I want to read only the tabstops that have been manually applied to a paragraph (Not tab stops in the style or the default tab stops). Both of the following reads default tab settings. Greatly appreciate all Help.
|
| Printing one-sided and two-sided documents properly | 05 Jan 2005 20:34 GMT | 1 |
Using WORD 2003. I need to print packages of documents to members of an organization. Some of the documents in the package are one-sided, while others are two-sided. What can I do to make the document file print properly? Is it possible in input print formatting in the ...
|
| spell check | 05 Jan 2005 20:27 GMT | 1 |
Does anyone know how I can spell check using ONLY a custom dictionary? (I don't want to include the main dictionary definitions) Ideally, if someone knows how to do this using code, that would be great--otherwise, if you know how to do it at all, i can probably figure
|
| Selection.Information | 05 Jan 2005 19:31 GMT | 1 |
I am using the following to get the number of pages there are in a Word document (from within Excel). I can also use it directly in Word without the "appWrd ". Dim EndPage as Integer
|
| macro variable scope? | 05 Jan 2005 19:31 GMT | 3 |
I have a macro that automatically prints documents by settings the activeprinter and then calling printout and this macro is executed from the command line with the /m switch. I have a problem, however when executing several instances
|
| How to get the temp directory of the system? | 05 Jan 2005 18:11 GMT | 3 |
How to get the temporary directory of the system, in my VBA program? I want to create some temporary files for my operations. Thank you!
|
| Word automation different when word is hidden | 05 Jan 2005 14:29 GMT | 4 |
I'm having a problem with automating word on the .NET platform with C#. Using the command: oDoc = oWordApplic.Documents.Open(ref fileName, ref missing, ref readOnly, ref missing, ref missing, ref missing, ref missing, ref missing, ref
|
| word 2003 works - word xp doesnt --- arrrrghhhh | 05 Jan 2005 09:29 GMT | 3 |
Arrrghh I got a problem on a template i designed for a friend to help him to does timesheet. I wrote it under word 2003 and he has word xp
|
| Creating a tree menu for a Word doc | 05 Jan 2005 09:29 GMT | 3 |
I wonder if this is possible...but is there such a thing as a vb script to place a tree menu in the left hand side of a Word doc ? I tried using the framed document approach, but I find two pitfalls : 1. The .doc that you call from the TOC page automatically switches to the
|
| Returning the value of a InlineShape | 05 Jan 2005 09:13 GMT | 1 |
I am trying to return the value of a combobox that I have inserted into a Word document. It is not a formfield because my list needs to consist of more than 25 members. As a result, I inserted a VBA control directly into the document.
|
| Vba code to automatically update fields | 05 Jan 2005 03:28 GMT | 2 |
Kind of new to the VBA thing, and I have a word form that has a calculated field in it, and was wondering if there's vba code that would automatically update that field or all fields in a document? Any advise is greatly appreciated.
|
| Locking the userform | 05 Jan 2005 00:05 GMT | 9 |
I have a userform which opens the footer for the user to insert data then automatically return to the main part of the document easily either using the ³Cancel² or ³OK² button which I have created on the userform. The form also has the automatic close and minimize buttons (on the ...
|