| Thread | Last Post | Replies |
|
| On which page is textbox? | 27 Jan 2005 16:22 GMT | 4 |
I'm using the following code to process textboxes in a document: For Each Boxt In TDoc.Shapes With Boxt.TextFrame If .HasText Then
|
| Automation error with Clearformatting method???????? | 27 Jan 2005 14:37 GMT | 1 |
I suddenly have encountered a problem using the Clearformatting method via a Word object in a VB 6 DLL. So, I tried to reproduce the behavior within Word itself, and was able to do so.
|
| Attachment control field | 27 Jan 2005 14:27 GMT | 2 |
I currently have a form setup in a Word document in which a user fills out. For obvious reasons the form is locked and does not allow modifications outside of filling out the form. Problem: We need to be able to allow the user to insert an attachment
|
| How to disable toolbar customization | 27 Jan 2005 14:20 GMT | 6 |
I have to secure Word documents. I do this calling MSWord in OLE with a VB6 program. I want to disable or remove the dropdown button at the right of any commandbar. This button is used to add/remove buttons or show the customize
|
| Userforms & Bookmarks | 27 Jan 2005 11:36 GMT | 3 |
Is it possible to insert text from a vbaform into the header or footer of a word doc using a bookmark
|
| To handle all events in Send To Menu Item | 27 Jan 2005 11:33 GMT | 1 |
I am willing to handle all the items in Send To Menu Item like Mail Recipient, Fax Recipient, etc. Can you please guide me how to go about it. GS
|
| Spell Check in Forms - can't get code to work | 27 Jan 2005 11:31 GMT | 1 |
I have used the code at http://word.mvps.org/faqs/macrosvba/SpellcheckProtectDoc.htm to enable the spell check in my word forms. Although it will work fine when I, the creater of the forms, run the macro,
|
| Copy all styles from a template using VBA | 27 Jan 2005 10:19 GMT | 5 |
I am trying to write a macro that copies all existing styles from a given template to an active document. Can't get it to work because Word requires that I give a name for each style I want to copy. I know it's doable, just am having problems figuring out the code for it.
|
| arithmetic mistakes | 27 Jan 2005 02:22 GMT | 1 |
I have just debugged various errors in a program for Word as due to VBA's apparent inability to perform simple arithmetic. A simple piece of code such as: Dim s As Single
|
| Tagging Footnotes | 27 Jan 2005 01:29 GMT | 2 |
I am not sure how to accomplish the following: Input: Old McDonald* had a farm1 eieio2 and on his farm3 he had some4 1 This is a big guy
|
| detecting unwanted formatting | 27 Jan 2005 00:19 GMT | 5 |
Working on a project I encountered some problems ... I need to develop some vba code to check documents if the are well formated. The text in the document may only be formatted with character- and paragrapgh styles i've designed.
|
| how do I write certificate of appreciation | 26 Jan 2005 22:45 GMT | 1 |
for pricing - project cost
|
| Macro to Disable Macros | 26 Jan 2005 21:11 GMT | 2 |
I have "AutoOpen" Sub in Document XYZ and in end of that sub I kill word ("Application.Quit"). I would like to have document ABC open Document XYZ and do stuff, but in order for doc XYZ to stay open I'll have to disable the macro. How can I
|
| template loses macros when distributing | 26 Jan 2005 20:43 GMT | 1 |
I have a template with several macros that when I distribute by email to a group, the majority of the group are able to copy the template along with the macros perfectly, for others the template seems to loose all the macros. I do have people with different versions of Word. ...
|
| Module to ReWrite Module?? | 26 Jan 2005 20:17 GMT | 4 |
I have a bunch Document Merge docs. The Code in all of them is pretty simple and 9 out of 10 the code is identical. Each doc is just formatted differently--some formatted custom for each user. But I've distributed these to a bunch of my computer illiterate customers, and now I ...
|