| Thread | Last Post | Replies |
|
| Get number of lines on a page | 22 Aug 2007 13:18 GMT | 1 |
How do I get the number of lines on the page that the cursor is currently on in VBA? Thanks
|
| How to enum unavailable fonts in a word document | 22 Aug 2007 13:08 GMT | 1 |
Dear friends, I want to enum the unavailable fonts in a word cocument, but I dont want to enum each character or word in this document. Now, I have an alternative solution :
|
| open doc for edit | 22 Aug 2007 01:54 GMT | 2 |
Want to open letterhead.doc for user input then send to printer. Have the following used for mail merge fine. Opens the doc then closes it Can someone insert what I need so user may edit then print before close Thanks Much
|
| A Find that never ends | 21 Aug 2007 23:54 GMT | 4 |
The goal of this sub is to find every paragraph with the style "EssayAnswer." If there are multiple EssayAnswer paragraphs, it combines them by replacing the paragraph marks with spaces. The problem is, after it works through the whole document, combining every
|
| Toggle hide/show graphics with a macro button | 21 Aug 2007 23:13 GMT | 1 |
I wish to create a button containing a macro which would toggle a graphic in the header to switch it to show or hide as required. Is this possible? If so, how? Many thanks!
|
| Storing Template preferences | 21 Aug 2007 19:38 GMT | 3 |
Any suggestions on how to remember choices a user makes when he creates a new document with a template? The template will give the user a set of choices and I would like the choices to persist for the next time the uses creates a new document with
|
| Delete line if Bookmark is Empty | 21 Aug 2007 19:36 GMT | 6 |
I have a question on user forms in Word. I have programmed a user form which inserts information at bookmarks. However, it would be much more useful if I could also programme into it that if the bookmark is empty, I want to delete the whole line - in other words
|
| Selecting text in a macro | 21 Aug 2007 16:32 GMT | 8 |
I regularly copy and paste text from numerous different sources into a Word document. I want to create a macro to select the text I have just pasted, and automatically format it. The size of the passage of text varies from one line to several paragraphs, but obviously I would ...
|
| Move Stored Form Field Variable | 21 Aug 2007 14:18 GMT | 5 |
I have dabbled in VBA (excel and access) but I'm new to Word. I have a MS Form where a user selects from a drop down list an option. I would like to take that option and have it appear automatically somewhere else.
|
| Can I do this with VBA in Word? | 21 Aug 2007 13:52 GMT | 4 |
-Create a set of inputboxes that ask for user input in a step by step fashion, and eventually write everything to a predefined and formatted Word-template file. -get some of the inputboxes to generate a predefined list of inputchoices
|
| Macro which will run if doc goes to more than one page | 21 Aug 2007 09:37 GMT | 13 |
I have a document template which may or may not be two or more pages long but in some case only 1. What I want to do is create a macro that will show text eg 'Continued on next page ...) only if the document goes to page 2 and beyond. I can't do it with a macro prompt
|
| merge field instead of date this is a word problem | 21 Aug 2007 09:32 GMT | 1 |
Don't know what got changed When I try ti insert date it gives me a merge field 8/20/2007 When I pasted it here it came out as it should. {TIME@"M/d/yyy"} This is what shows on document. Somehow I must of chamged
|
| Error handling: Err.Number is always 0 | 21 Aug 2007 07:36 GMT | 1 |
I've been finishing up the project I'm working on, and I sent it to be tested by one of my colleagues. A little background, previously we identified that documents which had password protection would not work with our macro. If the document was just protected everything would ...
|
| Error handling: Err.Number is always 0 | 21 Aug 2007 07:36 GMT | 1 |
Tidying up my code today and I realise that my error trapping is no longer working. I previously realised that when using oDoc.Unprotect, if the password was incorrect I would get error 5485. So I put in code to trap this. If Err.Number = 5485 Then
|
| Macro that adds {listnum} to end of every numbered list in tables? | 21 Aug 2007 06:22 GMT | 7 |
My documents are suffering from the numbering bug. I have a style called "Table List Number" (TLN), which is based on No Style. All new tables restart at 1 except when they are preceded by a bulleted list (which is based on List). It would be easy enough to add the listnum field ...
|