| Thread | Last Post | Replies |
|
| change document name with out save document | 08 Aug 2005 08:14 GMT | 1 |
Whot I can change document name with out save document ? Grigoriy Chekh chech@aonord.donetsk.ua icq:118106001
|
| Keybinding code for double-quote key | 08 Aug 2005 07:57 GMT | 1 |
Is there a way to specify the KeyCode constant for the double-quote key? It's mysteriously missing from the Auto List Members of arguments to FindKeyCode. I know it's a special key because when smart quotes are enabled it delivers the appropriate opening or closing mark, but ...
|
| disabling font in MS Word | 08 Aug 2005 07:41 GMT | 1 |
I can set the font style and font size in my c# code using the following statements this.Content.Font.Bold = (int)FontStyle.Regular this.content.font.size=25
|
| Inserting Listbox Multiselect items into a word document | 08 Aug 2005 00:32 GMT | 3 |
G'day folks, I have the following code as part of a userform's code (running Word XP): For i = 0 To lstDocumentation.ListCount - 1
|
| Userforms | 07 Aug 2005 23:38 GMT | 2 |
Is there an Excel.vba.userform group? I don't see one. TIA,
|
| VB simple questions | 07 Aug 2005 21:38 GMT | 1 |
I have some simple questions if anybody can help me: Q: How many maximum child forms can be opened on an MDI form? Whats the exact figure.? Q: What is the maximum number of mudules,class modules and forms that
|
| Macro to load userform from combobox | 07 Aug 2005 09:07 GMT | 2 |
I'm using a combobox from the forms toolbar which, when a selection is made, should load a userform. I've placed the code in a module for the document to load the form and in "on exit" of the properties of the combobox I've put the name of the macro. However, the userform ...
|
| Conditional external calls | 07 Aug 2005 04:20 GMT | 1 |
I'm developing a word macro that works with te activedocument and call an external object if the corresponding product is onstalled on the computer (It is an ActiveX EXE. I have tried
|
| templates getting bigger and bigger | 06 Aug 2005 22:33 GMT | 6 |
My Normal template in my Word 97 is now at 1.87 MB, my main global add-in template at 1.67 MB. Year by year, they keep getting bigger. So far the size doesn't seem to present any problems, thankfully. I use the Code Cleaner from time to time to reduce the size, but it
|
| Runtime error 4605 problem with template | 06 Aug 2005 17:01 GMT | 2 |
I have a template document that was once a protected document. I unprotected it and saved it as a template (.dot). No, in automation I open the document and populate various bookmarks from MS Access.
|
| .Dot Add-in not loading | 06 Aug 2005 12:46 GMT | 4 |
I've Googled all the *.word.* archives as well as searching the MVPs site without luck. This only happens for one user. This is out of state, so I don't have access to the user's machine, but a proxy does.
|
| Document Imaging Object (MODI) Viewer Control in UserForm : Library not registered ? | 06 Aug 2005 08:19 GMT | 2 |
I am stuck with a problem using the viewer control object of Microsoft Office Document Imaging MODI in Office 2003 (under Win 2000). I would like to create a Word userform which contains the MODI viewer control to display tiff images. (The underlying object is called MiDocView).
|
| Converting HTML to Text under program control | 06 Aug 2005 01:03 GMT | 2 |
I need to convert HTML files to clean TXT files with line breaks. I tested Word manually and it has this feature so I am trying to call that from within VB6. I have written the following code which works except the destination file format is always Word's default. Apparently the ...
|
| Field Code newb | 05 Aug 2005 22:18 GMT | 2 |
Hello, i'm trying to create a field code that displays something like "<Click and type>" (minus quotes) in a form asking for info about someone to be entered. I started using the MACROBUTTON EmptyMacro field code, but what i've found is that if a field isn't answered, it still ...
|
| Word macro was working till now | 05 Aug 2005 21:59 GMT | 2 |
I've been using the "attached" macro successfully, but it recently gave me a "runtime error 6--Overflow" error. Debug took me to the line: "startPos = Selection.End" The macro is designed to copy selected text to a table in another file,
|