| Thread | Last Post | Replies |
|
| Change Pipe Character to Square Brackets Find Replace Loop | 24 Aug 2006 14:20 GMT | 3 |
How do I replace Pipe |NAME| character with [NAME] square brackets in below macro: Stuck! Option Explicit
|
| How can I freeze the screen | 24 Aug 2006 13:47 GMT | 1 |
I am writing a macro to do stuff (I love when I talk techie like that). While I do that stuff, the screen flickers and flashes. How can I tell Word to freeze the screen, do my stuff and then unfreeze the screen? Thanks for any help.
|
| how do i delete a page in Word (based on contents) via a macro? | 24 Aug 2006 13:36 GMT | 1 |
* i am currently using MS Word 2000 * i regularly deal with long documents (250+ pages) to which i apply a highlight macro * each page is separated with a page break
|
| How to determine if document was changed at all? | 24 Aug 2006 11:40 GMT | 13 |
I need to determine if, after opening, a document is changed just before the dosument is printed. It is NOT a new document. I use the "documentbeforeprint" event but then need to detemine if any changes are made, if so I have to change a date and editor field in the
|
| read per word until the end page(page break) | 24 Aug 2006 08:59 GMT | 4 |
I tried to read per word from my table of content below and write per paragraph into the text file. It's not working since it only read the first 3 lines and after that I
|
| Simple macro to copy paste special pictures | 24 Aug 2006 08:14 GMT | 1 |
Hi, I am preparing a document where I have to take many screen shots and paste in word document. I prefer pasting the document by Ctrl+V function, then again do Ctrl+X and
|
| LEading Edge word processing. | 24 Aug 2006 07:47 GMT | 2 |
Does anyone know if there is anyway at all to open a Leading Edge Word Processing file into Word? or any of the other more up to date word processing programs. A friend has a lot of information in LEWP that he can no longer access because he can no longer load the LEWP program ...
|
| how to open a pp Presentations with password in vba? | 24 Aug 2006 03:36 GMT | 3 |
how to open a pp Presentations with password in vba? just like open a word in vba:MsWord.Documents.Open (FileName:=sFilename, ReadOnly:=True,passworddocument := '111'). how can i know a pp Presentations whether be encrypted.
|
| Adding a Font size in Word | 24 Aug 2006 03:26 GMT | 3 |
I am asking is there a macro that I can add that will add 40 as a font size in the drop down list for font sizes?
|
| How to find ListTemplate number in listgalleries object | 24 Aug 2006 03:25 GMT | 1 |
What method or vb code can I use to find the list template number in the listgalleries object for a selected outline numbering list? ListGalleries(wdOutlineNumberGallery).ListTemplates(??).ListLevels(1) Warren
|
| migrating templates from Word 2000 to 2003 | 24 Aug 2006 03:13 GMT | 1 |
We are migrating about 600 templates from Word 2000 to 2003. Is there a source that lists what in Word 2003 VBA behaves differently from Word 2000 VBA, so that we can proactively update our code? Thanks!
|
| detect end page | 24 Aug 2006 03:10 GMT | 1 |
I need help plzz. I'd like read per paragraph until the end of the page and put per paragraph value to txt file. How to do that? Thank you so much! John
|
| Event Hander | 24 Aug 2006 02:15 GMT | 9 |
Jonathan West proposed a "DocumentBeforeSave" event handler as a solution to a problem. I have never messed with this sort of thing. I went in help and put together the following code, but it doesn't seem to work. Can you
|
| read per line until the end of page | 24 Aug 2006 01:29 GMT | 5 |
I tried to read per line from my table of content in the document and write it into the text file. It's not working since it only read the first 3 lines and after that I always get bad parameter message error.
|
| Testing A Document's Validity | 23 Aug 2006 23:25 GMT | 1 |
If the user closes a document, the object reference becomes invalid but it is not NULL, Nothing, or Empty. How do test if a document is still valid? For example: dim gWordDocument as Word.Document
|