| Thread | Last Post | Replies |
|
| Outlook not firing an AutoExec sub in a Word global template | 09 Feb 2005 00:27 GMT | 1 |
I have a Word global template located under STARTUP which has an AutoExec sub that runs some initialisation routines. The problem I am having is that, as Word is my email editor for Outlook emails, when I start Outlook first before I start Word, the Word global
|
| UNlock project | 08 Feb 2005 23:51 GMT | 2 |
My personal template to hold macros, now shows as "project locked" so I am unable to change any of my macros. How do I unlock it? I'm not sure how I ever locked it in the first place!! When you look at project properties, you see nothing because it is locked.
|
| Execute Method for Find Object | 08 Feb 2005 19:12 GMT | 5 |
In the following code: Do While .Execute(Replace:=wdReplaceNone) ReDim Preserve straryTerms(intIndex) strTerm = Replace(rng.Text, "*", "")
|
| Determine if last character is a space | 08 Feb 2005 19:07 GMT | 8 |
How do I determine if the last character (before the paragraph return) is a space? Thanks.
|
| Scroll bars and Frames | 08 Feb 2005 18:29 GMT | 2 |
I am working on a Word 2003 multi-page Wizard (template). On one of the pages, I prompt the user to select the number of Login accounts that need to be created (1 – 20). Based on the number selected I will display 1-20 narrow frames which will have various textboxes for Login ID ...
|
| Somebody help me | 08 Feb 2005 16:59 GMT | 2 |
I have a problem in Excel. How can I call a sheet in a workbook using a combobox. Thanks in advance
|
| change attached template | 08 Feb 2005 16:29 GMT | 4 |
I am trying to change the attached template programmatically. The word help says: ActiveDocument.AttachedTemplate="C:\TheFile\theTemplate.dot" but I keep getting a runtime error 5947
|
| Outlook not firing AutoExec in a Word global template | 08 Feb 2005 15:25 GMT | 9 |
I have a Word global template located in STARTUP that I am executing through the AutoExec auto macro. The problem I am having is that (as Outlook is my email editor) if I start Outlook first before I start Word, the global template seems to be loading,
|
| copying into a protected form | 08 Feb 2005 14:50 GMT | 1 |
I need to be able to have the user copy and paste into a protected form. Can do it when the form is unprotected. Any help would be greatly appreciated. Thanks McDuffie
|
| Inserting pictures and formatting them in a word document | 08 Feb 2005 14:27 GMT | 4 |
I need to write a program (VB6/C#) that automates Word (97) and does the following: - takes a bunch of image files (jpg) - inserts them into a new document
|
| Setting language | 08 Feb 2005 13:56 GMT | 4 |
How do you change language during execution of a UserForm. I want the result of a Date statement to be in English, but keep getting Dutch results. No doubt this is a result of the Application language, but the docuement is set to English VS.
|
| Help with Exit Events | 08 Feb 2005 05:39 GMT | 2 |
I have the following UserForm layout: Frame1 ComboBox1 ComboBox2 Frame2
|
| Inserting range into new document without losing formating | 08 Feb 2005 00:58 GMT | 3 |
I have a simple macro that pastes the selected text into a new document. Selection.copy Documents.Add Selection.Paste
|
| Text Form Fields | 08 Feb 2005 00:20 GMT | 1 |
I have a Userform with a Textbox, which I want to use to fill in a Template (form) that has Text Form Fields. The problem is to prevent the Text Form Fields from wrapping, when the text from the Userform-Textbox is longer than space on the Template
|
| Custom printing options available through VBA? | 07 Feb 2005 22:55 GMT | 2 |
I am just learning VBA printing options, so bear with my novice-ness. :) I'm writing a snippet of code to automate a print job. As part of the job, I would like to three-hole punch certain pages and staple others. These options (three-hole punching and stapling) are available ...
|