| Thread | Last Post | Replies |
|
| Renumbering lists programmatically | 25 Nov 2005 02:05 GMT | 3 |
I'm working on a macro for wide use with legal forms, and one of the requirements is to have the ability to hide or strikeout inapplicable sections, while leaving the form protected to fill in forms only. I've accomplished this by encapsulating each item that will require the
|
| Creating Outlook contacts in Word | 24 Nov 2005 21:51 GMT | 4 |
I have created a template in Word which works in all versions starting from 2000. There is a userform with a combobox which retrieves the company names of people located in my Contacts folder in Outlook. This allows the
|
| Loop through pages and look for tags/sequences? | 24 Nov 2005 20:39 GMT | 4 |
Is there a way to loop through al pages in a document and in doing so check for embedded tags on that page and in turn set the text in the header/footer based on what was found? I need to be able to check a page for a security marker, which is just a
|
| More VBA Help | 24 Nov 2005 19:25 GMT | 2 |
I got the macro working to automatically print multiple pages now what I would like to do is print something only on copy 1. It will be a small text box. Can someone help?
|
| Document doesn't save the paragraphs inserted with range object | 24 Nov 2005 18:43 GMT | 1 |
I am adding couple of paragraphs after a page break at the end of the document using range object, the document is rendered fine, however saving the document with either of these options doesn't save the new paragraphs
|
| Line spacing macro | 24 Nov 2005 18:37 GMT | 1 |
I am attempting to add a button to a template that will allow users to basically skip down a line from where there cursor is placed. Tnis will allow inserting a new row for a table entry. The problem appears that since there is not a reference statemend like "end" to go to the ...
|
| Loop through sections | 24 Nov 2005 17:35 GMT | 2 |
Good morning, How can I loop through each section of a document? I would like to go to the 1st page of section 1 of the doc. perform an action, then move on to section 2 and perform the same action, and so on and so on until I have gone
|
| In Code, How do I Enable and Disable Pages in a Multipage? | 24 Nov 2005 13:57 GMT | 2 |
Please help me. I need to be able to code a command button to enable and disable pages in a multi page.
|
| Fancy header/footer alignments, please help | 24 Nov 2005 09:45 GMT | 1 |
Hi! I need to create Header and Footer programmatically in my Word 2003 document using C# or VBA. The header should be like this: On the Left side (left alligned) it should have a "DOCUMENT CATEGORY"
|
| Inserting line break at end of selected text | 24 Nov 2005 05:28 GMT | 6 |
I have a macro that adjusts a selection of text by replacing line breaks with spaces and reformatting the format. Now I want to re-insert a line break at the end of the selection. The macro follows, TIA ... Greg Sub Overwrite_linebreaks()
|
| I don't have any toolbars in Word. How do I get them back? | 24 Nov 2005 05:18 GMT | 1 |
When I open Word 2000, there are NO toolbars at all. The is a button on the side of the page that I can open to get some formatting, but there is no print, tools, or anything om the Word page. Help
|
| Finding current user ID | 23 Nov 2005 22:40 GMT | 11 |
Have a Word VBA application running on a computer with several user accounts. How can I find out the ID of the current user? /BosseH
|
| How to add an image on a menu item | 23 Nov 2005 22:39 GMT | 1 |
When installing a WORD VBA application I add a menu item to Words menu bar and I would like to have an image on that menu item. I know how to do it manually, but how can I do in code? /BosseH
|
| I've found the current user - but... | 23 Nov 2005 21:32 GMT | 4 |
With help from Karl E. Peterson I've now learnt how to find the current system user. Is it also possible to list all system users ? /BosseH
|
| Macro to Delete Range of text | 23 Nov 2005 21:17 GMT | 4 |
Hello all. I am working on a macro to delete a range of code from a log file inserted into MS Word based on beginning and ending keywords. We currently have a template that kicks off 30 other macros and this feature has been requested of me to add. What I need to do is the ...
|