| Thread | Last Post | Replies |
|
| I need to attach a toolbar in a .doc so that it travels with the . | 27 Sep 2005 02:05 GMT | 3 |
I have created the custom toolbar, but need to attach is so that when the template is emailed the toolbar will appear - even if it's not previously set up on their computer. I have the template as a .doc as I understand it is not possible to attach
|
| Word Programming - issue with Word versions and automation | 27 Sep 2005 01:50 GMT | 28 |
I have a program (DOT) running behind Msword via an application. One of the automation is to save the active document using MS DOS With Layout format to retain formatting etcetera. This works fine in Word 97/2000/XP. However, in Word 2003, use of this converter requires ...
|
| Macro inconsistently refuses to let me size columns | 27 Sep 2005 00:51 GMT | 1 |
I have a macro that builds a table, populates it, and sizes the columns. Sometimes, expecially when I am debugging, the system throws an error that says that I can't access table columns because the table contains cells of different sizes. Then, other times the system sizes the ...
|
| macros that runs when move to another document of change focus | 26 Sep 2005 23:26 GMT | 4 |
Is there a way to run a macro when you chnage focus to another word document? ie. got two documents open and you switch between them without closing them? MervB
:-) |
| Call a macro from a hyperlink in word | 26 Sep 2005 19:08 GMT | 2 |
Is there a way to create a hyperlink in a word document (using VBA) that will call a macro? Thanks, Heidi
|
| merge doc opening message | 26 Sep 2005 15:41 GMT | 3 |
When I open a document that is merged from Access, I get a message that begins: Opening this document will run the following SQL command. Select * form 'queryname'.... Is there any way to prevent this message from appearing?
|
| FAQ - Frequently Asked Questions - vba - please read before posting - unofficial September posting | 26 Sep 2005 14:50 GMT | 3 |
FAQ = Frequently Asked Questions - brief - vba - unofficial This FAQ is posted weekly.- more or less Please save us all some time by reading it before posting to the news group.
|
| Save As Macro | 26 Sep 2005 12:49 GMT | 1 |
Guys, I am trying to create a Word 2002 macro that when ran it'll pop up the save as box which will be a specific network folder. Can anyone help.
|
| How to trap ClosePreview, when user clicks the X inupper right corner. | 26 Sep 2005 08:51 GMT | 1 |
I open a Word template from with in Outlook. The template that has a Public Sub named ClosePreview, I use this macro to close the Word application by calling Quit wddonotsavechanges,
|
| EMail ing in word | 26 Sep 2005 08:50 GMT | 1 |
using Word2003. read thru postings but didn't find what i'm looking for. :) i've got a word document that needs to be sent as an email attachment. i know how to access fields and all, but have not been able to find an
|
| Populating word 2002 forms with ODBC data | 26 Sep 2005 08:48 GMT | 1 |
Is there a way to access ODBC databases easily from within Word 2002? I have a template that starts with a user form, in that user form, the end user is asked to enter a client number. I want to be able to retrieve the client data based on that number.
|
| Insert text into certain position in word | 26 Sep 2005 08:45 GMT | 1 |
I want to export some data from Ms project and insert these text into special position ( Line and column ) . But i don't know how to navigate in word. i mean i have no idea about how to mark the position where i want to add new text.
|
| do variables preserve their value after documents are saved? | 26 Sep 2005 08:40 GMT | 7 |
I'm trying to set up a counter that tracks the number of times a certain button has been clicked. The intention is to preserve the value (after document is saved and closed) so the counter countinues where it stopped the last time. Is this possible?
|
| refreshing image in ms word using vba | 26 Sep 2005 02:56 GMT | 5 |
I am dynamically changing the image property of a picture box in word with something along the lines of... LoadPictureToDocument ActiveDocument, "imgMenu", strImage This is working, however it won't 'refresh' the page so to speak. When
|
| Select Only 1 Check Box | 25 Sep 2005 19:33 GMT | 2 |
I've created a form in MS-Word 97 with alot of Yes NO check boxes Sample: 1. Do you smoke? Yes No 2. Do you drink? Yes No Sometimes User's check the Yes box & the No box.
|