| Thread | Last Post | Replies |
|
| ConvertNumbersToText vs Page and Section Breaks | 22 Nov 2005 20:32 GMT | 1 |
In Word 2002 and 2003 (and I'm assuming earlier versions), the VBA method ActiveDocument.ConvertNumbersToText will have incorrect and unpleasant behavior when a numbered paragraph starts with a section or page break.
|
| Attaching/creating tool tips to buttons on the Word toolbar? | 22 Nov 2005 20:12 GMT | 5 |
XPP SP2 Office 2003 SP2 Hello, After creating and placing a button on the Word toolbar - with an attached macro - the Tool tips displays the name of the macro, including possible underscores, ie descriptive names without spaces.
|
| Menu and commands | 22 Nov 2005 19:26 GMT | 2 |
Word starts without any possibility to choose commands at the top. Just a blank screen. How can I get my top back? Thanks from the netherlands, Peter
|
| Graphic supplied with a macro | 22 Nov 2005 18:12 GMT | 2 |
Morning out there. Is it possible to supply a picture or some graphic with a macro, so when activated by a mouseclick, some code is executed? I would like to insert a picture, and when user push the picture
|
| Find with MatchWildcards = TRUE is skipping consecutive match in a selected string | 22 Nov 2005 13:57 GMT | 1 |
when I try to fing using MatchWildcards opening word window its working fine but If I do the same through Code, some cases its failing. Suppose if I find with a wild card "A*[.|;]" Suppose it finds a selction "An Apple.", when I call the Find->Execute then I should get
|
| Insert Generic text starting from a bookmark | 22 Nov 2005 10:37 GMT | 1 |
I have a document (template) where i need the user to be prompted for how many entries of some information will be appended (inserted) into there document. I need to spell it out for them where the heading is and where to insert the file. So for example if the user needed to ...
|
| Determining if the document is open in IE | 22 Nov 2005 10:25 GMT | 1 |
I have written a Word Addin and I need to determine if the docuemtn object that I have is open in IE. Does anybody know how I can do this for the individual document object. It is driving me crazy!
|
| Dividing sections - Formatting | 22 Nov 2005 04:28 GMT | 3 |
I have a dot file with content of 2 pages. I have divided these 2 pages into 3 sections from Menubar -> Insert -> Break -> Section break Types -> Continuous Now what i need to do is to BOLD the content in the second section. How
|
| Function and Sub Templates | 22 Nov 2005 02:31 GMT | 1 |
I'm not aware if this is possible but: when you type in a module sub thename vba will complete it by:
|
| Dividing sections | 21 Nov 2005 23:50 GMT | 3 |
I have a dot file with content of 2 pages. I have divided these 2 pages into 3 sections from Menubar -> Insert -> Break -> Section break Types -> Continuous Now what i need to do is to BOLD the content in the second section. How
|
| Check for Macros using Word 2000? | 21 Nov 2005 23:27 GMT | 1 |
Is there any way i can programatically (i.e. using .NET) check a word document for macros? Obviously it would only be sensible to be able to do this without allowing the AutoOpen macro to fire in the first place. We allow uploads of word docs to a web site, but really need to ...
|
| msg box programming | 21 Nov 2005 21:52 GMT | 4 |
I would like to code a command button that when pressed would display a message box or another small window that will display some text. I have programmed this successfully. What I need now, is the ability for a user to copy and paste the text displayed in the msgbox to another ...
|
| Dividing sections - Formatting | 21 Nov 2005 21:47 GMT | 1 |
I have a dot file with content of 2 pages. I have divided these 2 pages into 3 sections from Menubar -> Insert -> Break -> Section break Types -> Continuous Now what i need to do is to BOLD the content in the second section. How
|
| Macro to format | 21 Nov 2005 21:17 GMT | 3 |
I have two questions concerning using a macro to do some style changes. First I need a macro to change some Heading 2s that are indented. The macro will need to determine if the Heading 2 is indented and if it is outdent. Second I need a macro that will look through a document and ...
|
| Giving Normal.dot a split personality??! | 21 Nov 2005 18:46 GMT | 1 |
I think I've finally got a clue as to my issues, although I'm not sure what to do to correct the problem. I open a document through an Excel macro (copied at the end of this post). These docs were created through a Word macro, although not otherwise created in Word; these docs are ...
|