| Thread | Last Post | Replies |
|
| Conditional Text | 22 Aug 2003 00:47 GMT | 1 |
Say you want to produce an installation manual in four slightly different versions (20% text different in each). Is there a way to insert conditionalized text so it only shows up in the appropriate version of the manual. You
|
| Preprinted forms | 21 Aug 2003 22:29 GMT | 2 |
I have got this preprinted form which I want to fill its fields with Word. This what I want to do: 1- I want to tell Word to put the specific entries a location (x,y) from the top right of the page. While the height and width should not exceed from
|
| opening and saving files | 21 Aug 2003 17:40 GMT | 2 |
I have a macro that opens an HTML file and then saves it as a Word doc. I'm trying to bypass to dialogs that require user input, but I haven't figured out how. The first one occurs when the macro opens the file, and says "some of
|
| accessing content in fields | 21 Aug 2003 15:34 GMT | 1 |
I am very new to this. I have a field code in a word document like { INCLUDETEXT "Agent_Update/About_Network_Login.htmxxx" \* MERGEFORMAT }
|
| how to determine linenumber where cursor is | 21 Aug 2003 15:30 GMT | 1 |
Perhaps I should say Insertion Point rather than cursor. I've been looking for this all day. thanks --
|
| Is there a quick way to check highlight in a paragraph? | 21 Aug 2003 12:17 GMT | 2 |
I am working on a parser of Word document in the following way: for each aPara in ActiveDocument.paragraphs Do something ... Next aPara.
|
| converting html text to word equivalent | 21 Aug 2003 09:21 GMT | 1 |
I'm trying to use vba to populate bookmarks where partial bookmark may be enahnced e.g. bold, underline etc. Currently I have to divide the bookmark into its enhanced and normal parts and then populate those bookmarks individually.
|
| WindowBeforeRightClick | 21 Aug 2003 09:18 GMT | 1 |
I am trying to use the WindowBeforeRightClick event on the application object in Office XP. Problem is when the user right-clicks a _shape_ the event is sometimes not fired! The problem does not occur in Word 2000. Try the follwing code. Very thankful for suggestions on how to ...
|
| Using hyperlinks in protected forms / Mac Office v. X | 21 Aug 2003 09:17 GMT | 1 |
I created a simple test document in Word XP with a hyperlink embedded in a MacroButton field, using the technique described in the MVP FAQ at http://www.mvps.org/word/FAQs/TblsFldsFms/HLinksInForms.htm . Also in the document are some check boxes from the Forms toolbar. After ...
|
| Decoding MS's Resume Wizard | 21 Aug 2003 09:16 GMT | 1 |
I'm attempting to create my own wizard and I'm using Microsoft's Resume Wizard (XP) as a guideline. I've encountered a variable whose purpose I don't fully understand. Can someone explain why this variable is
|
| What is section? | 21 Aug 2003 09:07 GMT | 1 |
I came to know that i can get the details about headers or footer in Sections. But I didnt understand how to use the section. Header always comes on top. whats the purpose of that. why we cant use just worddocument instead
|
| Determine the table | 21 Aug 2003 07:05 GMT | 4 |
I have a question. I want to find out whether a some word is in table or not. Is it possible? This word is unique in whole document. If it's possible it would be fine to get the table where this word is (if it is)
|
| Copying macros using the Organizer | 21 Aug 2003 05:03 GMT | 2 |
I'm curious as to why I am not able to see my macros when I open the Organizer. I either see no macros showing in the Organizer for my documents or templates that have macros, or I just see NewMacros.
|
| Interleaving pages into a word document. | 21 Aug 2003 00:53 GMT | 1 |
I am preparing a application to insert blank pages between the pages of an existing document. I can open the document up from the application (VB6 using OLE) and can access the activedocument. I am using Word97.
|
| Submenu Items (Redux) | 21 Aug 2003 00:23 GMT | 1 |
This is a follow-up to a post I made several weeks ago--and I thank Klaus Linke for his responses at that time. I am attempting to determine the absence/presence of a menu on the Word menu bar. The context is that I have two
|