| Thread | Last Post | Replies |
|
| Macro issue | 30 Sep 2005 23:53 GMT | 2 |
I have created some macros, now I do have MSOffice 2002 and the keys such as alt+crtl+f9, alt+crlt+f4 that I set the macros under do not work. Now on my old PC I think I had an older version of Office they worked. I already set it to Low security. What else can I do to get ...
|
| Please Help!? Save As Title. | 30 Sep 2005 23:51 GMT | 3 |
I have a blank template that I use for a large number of files. When I click on Save As I would like word to pick out a certain Title and have this as the documents name. Any ideas? Cheers
|
| Compile error in Word 2002 for .RevisionsMode | 30 Sep 2005 22:44 GMT | 2 |
I need this line of code for use in Word 2002 and greater: With ActiveWindow.View.RevisionsMode = wdInLineRevisions But for use in Word 2000 (version 9) I need this line of code to be skipped.
|
| How do you test to see if your insertion point is inside a table? | 30 Sep 2005 20:08 GMT | 3 |
Would sombody please give me a hint on how to do this? I have a 300 page word document that I am supposed to use as the basis for building a help project. The document has many images in it, many that allow word wrapping. This
|
| WORD ERROR WHEN RUNNING MACRO | 30 Sep 2005 16:58 GMT | 1 |
I have various macros running on various machines. All pcs use Windows 2000 and Office XP. When creating a document from a specific template I receive the following error message but only on one specific computer: Runtime error '-2147417848 (80010108)' (automation error the object
|
| VBA Critique | 30 Sep 2005 14:43 GMT | 2 |
I would really appreciate some input from the fine people of this group [microsoft.public.word.vba.beginners]. The following is a description of my situation, directly followed by my script. Yes - I recorded macros to get the nuts and bolts of the script.
|
| Insert Files Dialogue | 30 Sep 2005 08:17 GMT | 3 |
How do I display the dialogue box to allow a user to insert a file? In other, it needs to remain on the screen until either a file or files are selected, or, the dialogue box is cancelled. Thanks
|
| More Message Box Questions | 30 Sep 2005 06:53 GMT | 1 |
Is it possible to display a message box for a finite amount of time, then close the box without user intervention, and still allow the program macro's to run in the background? Is it possible to program the font size and type inside a message box?
|
| Autotextentry | 30 Sep 2005 02:55 GMT | 2 |
Using word2003, i have an autotext extry saved to an attached template consisting of a table with links. How can i insert this autotext extry into my document with vba code. Thanks
|
| Find text and delete row | 29 Sep 2005 22:57 GMT | 8 |
Is it possible to reduce the lines of code for the followng, assuming I want to find and delete rows in a table that contain "0", "-1", "-2", "-3" in column 1. CODE:
|
| Heading 1 carries over into table | 29 Sep 2005 22:24 GMT | 2 |
I have encountered a unique heading problem. I generate a table from a database, move off the table and create a "Heading 1" for my table of contents, then move back into the table, and format the first line, and desire to make the first row carry over into new pages.
|
| How do I leave a footer unprotected in a form? | 29 Sep 2005 22:06 GMT | 3 |
I'm creating a form that will have multiple sections, some protected, some not. I want the footer to be unprotected entirely. How do I do this?
|
| Unicode question | 29 Sep 2005 22:04 GMT | 1 |
I seem to have a strange unicode problem. Let me descibe what I am doing: Part of my VBA tool involves reading from a unicode saved text file which is in the format: findwordSPLITreplaceword
|
| Stopping a Do While Loop | 29 Sep 2005 21:36 GMT | 5 |
I have programming setup to run inside a Do While loop where it looks for certain text and then deletes the row. The problem I am having is getting the loop to stop when it has found all of text in the document. My current coding is:
|
| This one's tough: Finding Character Styles from VBA | 29 Sep 2005 21:34 GMT | 3 |
I need to determine whether character styles are in use for any sub-portion of a Range. If you've worked with Range properties, you know that MOST properties (e.g. .Bold) return a special undefined value (such as 9999999) when the property
|