| Thread | Last Post | Replies |
|
| Help! Object Variable or With Block variable not set | 13 Oct 2005 21:31 GMT | 1 |
I know this should be a simple problem but I just cant seem to get it right. I have built a custom toolbar using Word VBA that works fine. However, my toolbar contains a combobox with a list of options. I am trying to write a routine that will access the .text value of the combo
|
| Determining amount of empty space at the end of a document ? | 13 Oct 2005 21:20 GMT | 3 |
Hi! I need to determine the amount of empty space at the end of a document, so I could insert a small document into that space. I need 2 methods:
|
| Howto develop VBA applications across different office versions | 13 Oct 2005 20:44 GMT | 1 |
I often need to develop, e.g. an access application, which needs to open Word or Excel. This in it self is straight forward. However, more often than not, the users of the database have different versions of office installed, so the reference made to e.g. Outlook 11.0 is not
|
| How do I timestamp a Word/VBA document? | 13 Oct 2005 19:36 GMT | 2 |
I'm trying to have a Word/VBA document timestamped when I digitally sign it with a third-party certificate. All the documentation I can find says to update this registry key: HKEY_CURRENT_USER\Software\Microsoft\VBA\Security\TimeStampURL. However, the
|
| Set ParagraphFormat.SpaceAfter based on the style of the previous paragraph | 13 Oct 2005 18:52 GMT | 2 |
Not sure where to start on this and would appreciate any help anyone can offer. I've searched the archives a fair bit, but haven't seen anyone doing this. I want to set the Spacing Before to be the rough equivalent of double
|
| Style | 13 Oct 2005 15:58 GMT | 1 |
Before I use a style - how do I check that the style exists..? (without using On Error goto...) Selection.Style = ActiveDocument.Styles("widPunktlista")
|
| Inserting Database data into User Form on word using vba | 13 Oct 2005 13:19 GMT | 4 |
I am trying to create a userForm on a word doc that gets populated with data from an Odbc data source. I have recoreded a VBA macro where I retrieve the data from the datasource, and insert it onto the page (using the
|
| Print field code shading | 13 Oct 2005 11:33 GMT | 2 |
Can a macro be set up to print field code shading (shading the results of field codes on the printed document)?
|
| Accessing paragraphs in a table cell | 13 Oct 2005 11:01 GMT | 3 |
In Word 97, I have a table cell with (for example) 6 paragraphs in it. When I do a count of the number of paragraphs using Selection.Paragraphs.Count, it returns 6. When I try to access each paragraph (see below) everything works fine except for the final
|
| Macros deleted when emailed | 13 Oct 2005 08:12 GMT | 6 |
I have a few templates with two macros in them. When I mail a document based on one of these templates to someone else, it arrives without macros. I suspected the anti-virus of deleting them, but even with anitvirus disabled (on server, sending client and receiving client), the ...
|
| Is Word97 compatibile with Office Word 11? | 13 Oct 2005 07:22 GMT | 6 |
I have Mircosoft Office Wrod version 11 on my computer running Windows XP and I have to send documents to someone using Word97. Do I need to do anything for this to work or will this work?
|
| Changing text to Hyoerlinks in a Table... | 13 Oct 2005 03:22 GMT | 3 |
I have a table in a Word document. One of the columns of the table has text the SHOULD be a hyperlink, although it is appearing as plain text. Is is possible to easily cycle through each row of the table and chage the text in that specific cell to a hyperlink?
|
| Automatic macros | 13 Oct 2005 03:13 GMT | 1 |
In older versions of Word, there were auto macros such as AutoNew, AutoOpen etc. I can't find any reference to these in Word 2003. Do they still exist or is there an equivalent. I have searched help for Auto Macro, Automatic Macro, and other combinations and get nowhere. I just ...
|
| spell checker work-around vs. macro security | 12 Oct 2005 22:36 GMT | 2 |
I have found the following article very useful in developing a work-around for the fact that Word 2003 disables it's spellchecker in a protected form. http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.htm However, I can't get it to run unless macro security is set to low. ...
|
| Method "Insert" of AutoTextEntry Failed. | 12 Oct 2005 21:38 GMT | 9 |
I am getting an Error in some code that I can't understand. The error is as shown in the subject and when I press "Help" in the message box a screen reports information ofn Automation Error (440) which I don't understand.
|