| Thread | Last Post | Replies |
|
| AutoOpen Macro Not Showing Toolbar | 25 Nov 2004 23:15 GMT | 14 |
Word 2000 I have the following AutoOpen and AutoClose macros in the ThisDocument module. Private Sub AutoOpen()
|
| Can't edit Word 2000 document | 25 Nov 2004 18:04 GMT | 2 |
I'm developing a VB6 project where I want to add a table with content to an existing Word document. Somehow the code I'm writing doesn't work. The error message I get is not very targeting (see below). Can someone please help me out here?
|
| Additional erroneous book mark created when adding bookmark | 25 Nov 2004 16:43 GMT | 2 |
I am using the following code to locate and place a bookmark - the problem is after the code executes I also end up with a bookmark with a name like _1123334 that happens to be at the same range location. Any idea why this is taking place?
|
| Hard copy of forms and modules in word templates | 25 Nov 2004 16:33 GMT | 1 |
Hi, I have a ton of templates, each has forms,modules,etc in them and I need to make a hard copy of them. Is there an easy way to create the hard copies? Right now I am running each template, saving the info and then filling in the prompts,etc..
|
| Hanging Indent With Word Automation | 25 Nov 2004 14:42 GMT | 1 |
I am trying to set a hanging indent for my paragraph using the following code ( I understand to get a hanging indent you have to pass a negative value to the FirstLineIndent property) : With WordApp.Selection.ParagraphFormat
|
| Q: RichEditControl.text -> Word.document... | 25 Nov 2004 12:50 GMT | 1 |
I have a richedit on my winapp, i want to transfer the text and the format of the text to the word document i created. But only the text is transfered, but not the formatting... Any ideas...
|
| I Have a Problem | 25 Nov 2004 12:23 GMT | 1 |
Actually, I have application in Visual Basic 6, DataBase SQlServer, And the Connection is with RDO. I have been testing over It and I run the application in three computers with the same user (created previously in the application and SQl), sometimes the user works normally, and ...
|
| Creating bookmarks automatically via visual basic and word 2000 | 25 Nov 2004 12:00 GMT | 1 |
I have a documents directory that consists of word documents and a table of contents that relate to those documents. So I thought I would create bookmarks as they relate in the table of contents. Then create adobe acrobat pdf from that.
|
| VBA Word Combobox Matchentry Property | 25 Nov 2004 11:47 GMT | 1 |
in a Word VBA Combobox with a lot of items - - as you type with MatchEntryComplete activated- - - is there a way to get the partial match to be on to of the drop down box so that you can see the items after the match instead of before?? this would let the operator identify a ...
|
| word file containing 30 pages, 410 MB How? | 25 Nov 2004 03:55 GMT | 1 |
I have a word file containing 30 pages, mostly text, and contains office logo as header which is very small in size. The file size is 410MB!!!. Very unexpected. I am using wird 2002. Can any one please help me to explain what can be
|
| Resizing images when inserted by automation | 25 Nov 2004 03:49 GMT | 1 |
I am programming with Word automation to insert some images into word document. I want to resize those images when they are inserted. I am using C++ and automation interface to do it. Followed is the specification of AddPicture function of InlineShapes object. I am wondering if I ...
|
| VBA help install | 25 Nov 2004 03:12 GMT | 1 |
When I did a complete install of Office Pro 2003, VBA help files were not installed for Word and Excel. There is nothing on the menu and I can't fine it on the CD. Any ideas? Thanks,
|
| Wild Character Expression in word | 25 Nov 2004 01:08 GMT | 2 |
I need to find any text between two characters except for new line. I know that I can do A*B (To find anything between capital A and B using wildcards). How do I say find anything except a return between A & B? I tried A*[!^n]B but that, understandably, doesn't work.
|
| How to Enable/Disable Word Default Menus | 24 Nov 2004 23:43 GMT | 3 |
Hi again, I have a custom global template that disables certain menu commands upon launching Word XP. I would like to reinstate some of those menus, but I can't find the bit of code in the macros that disables these commands. Would
|
| How to determine name of newly added shape | 24 Nov 2004 19:13 GMT | 7 |
I add a shape to a document using the following code. How do I identify this newly added shape in order to refer to it later? Can I name it - if so how? Or can I get it's index and later refer to it by an index number or is the index a dynamic number that change as other shapes ...
|