| Thread | Last Post | Replies |
|
| Word 2003 is not closing | 04 Dec 2007 15:26 GMT | 2 |
We are calling Word 2003 (OfficeBasic 2003) from a C++ application on a 64 bit machine(Win2003). Everytime we call it, a new winword *32 appears. This does not happen at another site (Win2003), Word 2003 (Office Professional). Is this because of Office Basic?
|
| How I can fix as Heading for third row into long table in Word? | 04 Dec 2007 14:51 GMT | 2 |
I have a long table (on 5 pages). I want to fix for third row type like Headings (from menu Table). But it include also first and second rows. Can I fix only third row as Heading? Thank you. Sorry for my bed English...
|
| Programmatical conversion of docx into doc | 04 Dec 2007 12:22 GMT | 2 |
We need to convert programmatically docx files into doc (xlsx into xls, pptx into ppt) server side, on-the-fly. Is there some converter component avalable? The target platform is windows (xp/2003/vista). The component should be DLL/COM in order to be used from VB6 code.
|
| UserForms to Populate FormFields | 04 Dec 2007 00:01 GMT | 5 |
I would like to use UserForms to Populate formfields rather then bookmarks is ths Possible? or is there a way for the bookmaks to hold a specific section of a document without disturbing the rest? With ActiveDocument
|
| Moving code from MSWord to MSAccess | 03 Dec 2007 17:45 GMT | 2 |
I have a macro in Word that I want to move to my MSAccess app and run from MSAccess. It merges a form file with a data file to a new screen, then prints and exits: Application.ScreenUpdating = False Documents.Open FileName:="K:\legalper\mergform.doc", ConfirmConversions ...
|
| using drop down field in macros | 03 Dec 2007 17:31 GMT | 8 |
I have a from with drop down fields that I would like to be able to use with a macro. When I try to create the macro, it allows a place for the drop down but I cannot include the list in the drop down while in the macro. I have only been able to run the macro and then add the ...
|
| How force a document open as Read Only | 03 Dec 2007 17:07 GMT | 4 |
I have Word 2003 and we are using a document management system (DM5) and I am trying to figure out if there is a way using DDE commands to force Word to open a document as Read Only. At first I was going to try and use command line switches to do this but I now realize that ...
|
| Cannot Import/Export UserForms Between VBA and Visual Basic | 03 Dec 2007 15:16 GMT | 2 |
You cannot import or export UserForms or Forms between Microsoft Excel and Microsoft Visual Basic. http://support.microsoft.com/default.aspx/kb/213551 But I have to import VB6 Form to VBA. I need to test some examples in VB 6.
|
| how do I change a word into a macro | 03 Dec 2007 11:45 GMT | 1 |
I accidently told Word to open a documetn titled PicMacs.bas to open in word and now it to open as PicMacs.bas. How do I get it to do that?
|
| saving workspace in 2007 | 03 Dec 2007 04:33 GMT | 1 |
I have a question. When I open up Word 2007, I would like all the files I have been working on to open automatically. Can this be done? I would appreciate any help. -Noah Walter
|
| Office 2007: frustrating Digital ID prompt | 03 Dec 2007 02:44 GMT | 1 |
I'm just starting to use Word 2007, and I've created a couple of macros in my normal.dot. Now whenever I try to run them, I get a prompt: "Get a Digital ID" - which asks me to either buy a Digital ID or create one of my own.
|
| macro to copy keystrokes? | 03 Dec 2007 02:33 GMT | 3 |
In early versions of Wordperfect, I was able to create macros that captured keystrokes and replayed them. I wonder if there is a way to do that in Word 2000? For example, I have several folders under "my documents." I would create a
|
| Insert excel as ole object into word doc | 02 Dec 2007 22:47 GMT | 2 |
I'm merging word documents into a word doc report using selection.insertfile command. I also want to insert excel files as ole objects nto the word report. How do I go about it? Thanks
|
| Macro to print to PDF and save using bookmark name | 02 Dec 2007 05:38 GMT | 3 |
I am using Word 97 and would like to write a macro that achieves the following in an active document: 1. Active document is printed in PDF format (usually this involves going to File -> Print -> Adobe PDFwriter)
|
| Force to SaveAS .txt | 02 Dec 2007 01:40 GMT | 3 |
I have a button that prompts the SaveAs dialog box. How can I get the user to be forced to save the file only as .txt
|