| Thread | Last Post | Replies |
|
| macros that dont exist | 16 Sep 2004 15:28 GMT | 7 |
well as the subject says i got a problem with macros in my document i got a .doc file(stagedossier.doc) when i open it with word 97 it keeps saying that it has a macro in it (witch i didnt put in the file) but than when i check the
|
| How to get embedded OLE objects out | 16 Sep 2004 15:07 GMT | 1 |
The database I am working with has lot's of graphic files embedded in the database as OLE objects. Apparently this takes up LOTS of space. I was thinking that if there was an easy way to extract the files to a folder, a link to the file might free up some space. I have two ...
|
| MultiPage resets to 0 after Unload - bug? | 16 Sep 2004 14:53 GMT | 1 |
I've developed a Word application in Office 2003 that uses VBA MultiPage forms to gain data from the user. There are a few nested UserForms that are fired from a MultiPage screen to explain or gather supplemental data. In Office 2003, the application works fine. When I upload ...
|
| Option Buttons | 16 Sep 2004 13:19 GMT | 2 |
Is it possible to have the ability to deselect an option button. I'll try to explain. I have a frame on a userform which has three option buttons. This is fine as they should be mutually exclusive. However initially the value of the options
|
| Programmatically adding color to a toolbar button | 16 Sep 2004 13:17 GMT | 3 |
Question same as subject. Anyone have an idea how to do this? Cheers J
|
| File Naming Convention Userform | 16 Sep 2004 13:08 GMT | 5 |
I'm trying to design a file naming convention userform that activates when the user saves a document for the first time or if they do a save as. The form will contain 4 fields:
|
| problem with print options (print preferences conflict) | 16 Sep 2004 12:39 GMT | 1 |
problem with print options (vba & word) my program opens a msWord document (xp version) with only the print option. the document is not visible. my question is: I select the options (in the print common dialog) for
|
| Macro to avoid prompt to save | 16 Sep 2004 12:22 GMT | 1 |
At the moment I use a macro I developed to distill Words docs to PDF. However, after this is run, Word prompts that the document should be saved. Since we store documentation in a source control environment, I would like to remove this prompt. Can I use
|
| problem with print optios (vba & word) | 16 Sep 2004 09:08 GMT | 2 |
my program opens a msWord document (xp version) with only the print option. the document is not visible. my question is: I select the options (in the print common dialog) for print two paper sides. it does not work, just print one side in a page
|
| Field Question | 16 Sep 2004 07:59 GMT | 4 |
I am trying to create a word document based on a data source. The document has some static elements which we be filled in by the data source. My question is: Should I use bookmarks rather than fields to accomplish this?
|
| Using af picture frame in a template | 16 Sep 2004 07:13 GMT | 2 |
Word 2002 SP3 In a template I want to place a frame - or something similar - without any picture. The frame size is 8 by 10 cm. In use, I want the picture to be resized to fit into the frame, when the
|
| Problems assigning certain fonts to certain characters | 16 Sep 2004 03:09 GMT | 3 |
I want to apply a certain font to character 185 (a superscript 1). No matter what I do word does not change the applied font. I have the character selected in a range and then run the following command... myrange.Font.Name = "Saysettha Lao"
|
| What Page is It? | 16 Sep 2004 02:46 GMT | 4 |
Hi Group, I have a question. Through code, I know how many pages and paragraphs are in my document. If I know a particular page, how do I find the last word on that page?
|
| make Selection in visible in window | 16 Sep 2004 01:47 GMT | 1 |
I have just selected a bookmark ("Here"). I want to see (in the window) the selection/range. I have tried this code, unsuccessfully: ActiveDocument.ActiveWindow.ScrollIntoView Selection.Range, True I have also tried the following, but get an error, even though the bookmark
|
| default filepath in XP | 16 Sep 2004 01:41 GMT | 1 |
In Word 2k, the following code successfully "set" the default filepath: Options.DefaultFilePath(Path:=wdUserTemplatesPath)="C:\Documents and Settings\username\Application Data\Microsoft\Templates" Now, in Word XP, this code results in an error:
|