| Thread | Last Post | Replies |
|
| Problem Saving Word Template | 12 May 2004 15:41 GMT | 1 |
I have a custom Word Template that displays a user form when opened. After making a change to the verbage in the document and saving it as a template, the code to display the userform does not execute when it is opened. Does anybody know how I can make a change to the wording in ...
|
| Making an "AutoDate" turn static | 12 May 2004 15:07 GMT | 1 |
I am trying to create an "Engineering Design Journal" template. In this template, I would plike to have the date and time show up in the right upper corner, but I need it to stay static, so if I add a journal entry 3 days or even weeks later, the date on all previous entries ...
|
| Format output in template | 12 May 2004 13:46 GMT | 2 |
I am new to VBA. I have followed the directions on the MVP FAQ site on how to create a userform. I'm am trying to figure out how to format the results. For example, I have a text box to type a name. If the user types it like this: John
|
| BackColor to mach "Menu Bar" | 12 May 2004 11:17 GMT | 1 |
Does anyone know the RGB value for the .BackColor control that would match "Menu Bar"? I want to have a textbox display a value (e.g., "10") but I also want it to appear as if the this is a default. I'm using the following code TextBox2.Enabled = Fals TextBox2 ...
|
| Modifying Context menu in Word | 12 May 2004 11:16 GMT | 2 |
I am able to add the my menuitems in the Word Context Menu but on click event it is not calling the procedure attached to it's click event oMainMenu=ThisApplication.CommandBars oContextMenu = oMainMenu["Text"] // Add a button to the pop-up
|
| Contacts | 12 May 2004 11:14 GMT | 2 |
Word XP & Outlook XP I have created a user form which will allow me to pull information from my outlook contacts. When I ran the first test it worked wonderfully. When i ran the second
|
| Selecting text in cell for hyperlink | 12 May 2004 09:28 GMT | 2 |
I have a table in which the text of the first cell of each row is to be hyperlinked. I am having problems selecting the text in the cell. Originally the whole cell was being selected, so I decided
|
| Getting data from Excel into Word | 12 May 2004 07:51 GMT | 3 |
I'm just starting to learn VBA, and I have read lots of the tutorials that you all seem to recomend here, but I still haven't figured out how I can do this: I have a one page personel file that needs to get it's data from an exel sheet that has it. The sheet has a random amount ...
|
| Bookmark hell (at least for me) | 12 May 2004 05:36 GMT | 7 |
Hi again all I'm stumped once again Win2k Word2K How can I programatically obtain the name of the previous bookmark ?
|
| Language to insert text | 12 May 2004 05:09 GMT | 1 |
For ease of reference: Text Box = Insert | TextBox in Document TextBox = Macro TextBox I have a template I am creating using a Text Box for
|
| speed the running of VBA | 12 May 2004 04:57 GMT | 3 |
Because of the requirement, I must do the work of converting DOC to XML, which was validated to a given schema. I use "Word Automation" to do the work. It work finely, but It is too slowly. For example, to convert a three page DOC document to XML, twenty miniutes
|
| Macro doesn't display name and filepath Word2K | 12 May 2004 04:43 GMT | 1 |
if I choose Insert|...AutoText...|Filename and Path from the menu's it works fine. If I record a macro to do the same and then try and run the macro, the actual filename and path does not appear.
|
| Updateing fields | 12 May 2004 04:10 GMT | 1 |
I would like to update two other fields from the input of another I would like to select a date from a drop down calandar or input the date (dd/mm/yyyy). This would then update two other fields. One would be just a number. This number would repersent a year 1 or 2 and so on. ...
|
| RE: Automating Mail Merge and Dialog Boxes | 12 May 2004 03:06 GMT | 1 |
I am trying to automate a mail merge and I am running into an issue where dialog boxes keep displaying (prompting for field/row delimiters. I have a Word document which I have inserted merge fields into but when I use the OpenDataSource method...
|
| adding variables in macro | 12 May 2004 00:12 GMT | 1 |
Is there a simple way to add name or number variable in a macro so I can add the value I want each time
|