| Thread | Last Post | Replies |
|
| setting DOCVARIABLE from Access | 13 Nov 2003 03:25 GMT | 1 |
I want to update a Word template with name, address, etc and save it as a Word document from Microsoft ACCESS. My Word template has the several DOCVARIABLES such as: { DOCVARIABLE "Attyfirm"}
|
| Refresh screen after moving insertion point | 13 Nov 2003 03:24 GMT | 2 |
A simple question, I believe: After building a Word doc via C# code, I'd like to move the cursor to the top of the screen. I've done this with the following code: wrdSelection.SetRange (0, 0);
|
| Auto text and menu selections | 13 Nov 2003 03:19 GMT | 1 |
I need some help in figuring out how to accomplish the following programming technique. I would be willing to pay for the knowledge to figure out how this is done so that I can create the menu system and the associated macros to
|
| Macro to find a file on the disk using word 2000 | 13 Nov 2003 03:04 GMT | 1 |
I read txt files to load the list boxes of a userform, I have defined a default path in my macro like c:\directory is it possible to browse the disk to automatically find those files on my disk, so the path can be as the user desires ?
|
| Protect a piece of doc | 13 Nov 2003 02:48 GMT | 1 |
I want to lock just a piece of document in MS Word (date in footer). Is it possible to lock just a piece of document? If yes: How is possible to achive this in VBA? If not: Is possible to put same extra password protected information of
|
| How doI change default "page view" when opening a word file? | 13 Nov 2003 02:42 GMT | 1 |
I am making a book of pictures, in WORD. Each page is stored in a seperate file. I would like each picture, when it is initially opened to open in "full page" view. When I saved them, I didn't think about this. Is there any way to make this change with the entire group or ...
|
| how do I create a button for template? | 13 Nov 2003 02:42 GMT | 4 |
I have a template. I want to make one button in the word taskbar to open it.. How can I do that Thanks.
|
| Value Conversion Error | 12 Nov 2003 23:40 GMT | 1 |
I am using the following code to retrieve text from a frame Function GetValue() As Singl Dim frm As Fram Dim frmChoice As Fram
|
| Bookmarks and If statments in Userforms | 12 Nov 2003 23:28 GMT | 5 |
I am working with Word 2000 UserForms. I have three separate combo boxes that might contain information. If they do contain a "value" I want to insert them one after another but each on their own line. In the document I have all three bookmarks listed on one line (bec I don't
|
| Problem controlling location when using AddLine | 12 Nov 2003 22:58 GMT | 4 |
I am programmatically building a Word doc with C#. Everything is working quite well; I've been pleasantly surprised so far. I am now attempting to add a horitzontal line to the document at the location of the cursor. I need to do this several times throughout the
|
| Mutual Replacement | 12 Nov 2003 21:51 GMT | 1 |
I'm trying to create a Macro to translate a code some of my friends created, and I can't figure out how to change (to use an example) "A"s to "Z" as well as all "Z"s to "A". I've been using the Find and Replace function, but of course, once I've got all the initial "A"s changed to ...
|
| Stop command button from printing? | 12 Nov 2003 21:24 GMT | 1 |
Hi group. I am using the Office 2000 package. I have created a template (not a form, but I thought this still might be a good place to post this?) On my template I have placed three Command Buttons from
|
| User Defined Type Not Defined | 12 Nov 2003 19:58 GMT | 3 |
I have the following line in the Declarations of a module: Dim cbValue As DataObject When I try to run the macro, I get an error saying: User defined type not defined.
|
| Word 97 Add-In (WLL) | 12 Nov 2003 19:29 GMT | 9 |
Can anyone tell me if it's possible to build a Word 97 Add- In (WLL) using VB 6.0 instead of C++?
|
| Experience with PDFMark code in Word? | 12 Nov 2003 19:17 GMT | 3 |
Does anyone in the group have experience using Word's PRINT fields to create PDFMark code? I'm having a hard time finding anyone who can help me think through a strategy.
|