| Thread | Last Post | Replies |
|
| An Outlook-style "Insert/Signature": improving my solution | 20 Feb 2006 20:52 GMT | 1 |
I wanted to add to Office XP an "Insert/Signature" voice. I wrote a simple VBA sub to insert a signature at the end of document and, of course, to add a menu entry to call it is a trivial task. But, I'd like to develop a TRUE solution: that is, adding a "Signature" tab
|
| import a header | 20 Feb 2006 18:08 GMT | 6 |
Good morning I would like to import a header to a word document from the macro of another word document. Thank you.
|
| Cant Get out of table | 20 Feb 2006 16:19 GMT | 5 |
I have created table .Tables.Add rBMRange, 3, 4 populate it rBMRange.Tables(1).Rows(intRow).Cells(1).Range.Text="xyz"
|
| Names of subdirectories in the registry | 20 Feb 2006 16:07 GMT | 8 |
I would like to get the names of the subdirectories under a certain directory in the registry. Is that possible, and if - how do I do that? /BosseH
|
| How to generate a list of all tracked changes? | 20 Feb 2006 10:55 GMT | 5 |
I would like a way to get a list of all the changes (in tracking changes mode active). The idea would be to get a list with the output this somelike: CHANGES REPORT IN <Document name> by <UserName>
|
| Replace text strings with VBA | 20 Feb 2006 10:21 GMT | 6 |
Hi, I have a 200 page server list containing text similar to that below. I need to delete the text between the last asterisk after "Version" up to the phrase "Exclude Lists"
|
| track changes and Reviewer (WP) - compatible? | 20 Feb 2006 10:14 GMT | 1 |
I've got WP 12 and use Reviewer (which is Track Changes in WORD). Has anyone been able to view both the Word and WP "changes"? ex. If I Review a document in WP then send it to a Word person for them to Track Changes will they see my WP Reviewer edits?
|
| VBA code merge Word doc with Excel data | 20 Feb 2006 10:14 GMT | 3 |
Trying to come up with VBA code from within Excel that will mail merge a MS Word document called NewComerTaxLeads.doc with the opened data sheet called 2006 in a workbook called NewComerTaxLeads.xls. I would really appreciate any & all help you can give me. mikeburg
|
| macro help | 20 Feb 2006 10:14 GMT | 6 |
I created a macro in bold type, the strange thing is that it only comes out bold every other time! How do I resolve this..Thank you
|
| Can VBA open docs from filepath and run an action? | 19 Feb 2006 22:50 GMT | 3 |
I am trying to open all documents from a filepath, run a macro that deletes the watermark, save and close the document. Is this possible. What I have so far errors as marked below: Sub Test()
|
| msgbox html | 19 Feb 2006 19:26 GMT | 1 |
I have a file "summary.html" that i use as "htmlbody" for sending emails created in html with personal functions. I'd like to show this file as a msgbox. If i open it as an object of filesystem i have as message
|
| Users mail adress(es) | 19 Feb 2006 17:51 GMT | 2 |
Is there a way to find the mail adress(es) of the current user? /BosseH
|
| Word will not encode data saved to cd-r and cd-rw | 19 Feb 2006 08:32 GMT | 1 |
Word will not put in readable format, ie English in my case, files that have been firstly saved on the hard drive and subsequently saved to cd-rw. When the file is opened all that appears is (to me) meaningless symbols.
|
| Word view does not change when I populate Range object | 18 Feb 2006 15:29 GMT | 8 |
Hello to good people out there!! I am using range object and book marks to populate various parts of large document--- Set rBMRange = .Bookmarks("SomeValue").Range
|
| Create Sections for view in word | 18 Feb 2006 09:49 GMT | 3 |
Am looking for a way to create sections in word document controlled by command button/test that will hide section if on response/show section if other response. I can accomplish this in Lotus Notes. is there a similar method available in Word.
|