| Thread | Last Post | Replies |
|
| combo box and userform | 11 Apr 2006 09:26 GMT | 2 |
Do I have to use a user form for a combo box? I have a document that has text boxes and a few combo boxes and an update button that will load the information into an Access database. My issue is that I have populated these boxes by using run form but then it is blank when I ...
|
| Automate form fields in Word 2003? | 11 Apr 2006 09:26 GMT | 2 |
If the end user selects the checkbox called “revision of”, I want a textbox to appear so the user can enter the previous title. I created a macro which is simply a Text Form Field from the Forms toolbar, saved it in my document and selected it under Exit in the Check Box Form ...
|
| Positioning an inline shape | 11 Apr 2006 09:26 GMT | 1 |
I want to insert an inline shape into a table cell and then add text below the shape. In Word 2003 I'm using the following code (which works fine): .Move Unit:=wdCell, Count:=1
|
| Import module to activedocument | 11 Apr 2006 09:26 GMT | 1 |
I am using WORD 97. I have a global template in the startup folder, and I want some code to run when any other document runs that imports a text file from the C:\test.txt (which consists of a routine
|
| Turn off formatting balloons only | 11 Apr 2006 09:26 GMT | 1 |
I would like to turn off formatting balloons, but keep the ability to read comments balloons. I know that you can turn off formatting balloons from the "Show..." drop down on the Reviewing toolbar, but anytime you turn off Track Changes and then turn it back on, it defaults back ...
|
| A button in Word 2002 to go to a web site. | 11 Apr 2006 09:26 GMT | 1 |
I have the HTML code for a button that I wish to place into a Word 2002 document. The button is for a reader to click on and go to a web site, PayPal, on which they can place money into my account. I do not understand how to make the button. Thank you.
|
| Accessing Excel worksheets in a Word document (VB Word macro). | 11 Apr 2006 09:26 GMT | 3 |
Hello, would you please assist me in solving this problem: I have an Excel object (Excel.Sheet.1) in MS Word document. I'm trying to write a Visual Basic macro for MS Word to change the data in cell A1 of this table. How can I access the cell?
|
| host office in application form WITHOUT webbrowser control. | 11 Apr 2006 09:26 GMT | 1 |
I am trying to find a way to host Ms. Word documents inside a form, created in APL. I have access to ocx, ole, windows api, etc. This needs to be done without using the webbrowser as the ole container due to some security restricions on some clients systems.
|
| Can't exit design mode because Control 'MyTextBoxXXX' can not be created | 11 Apr 2006 09:26 GMT | 1 |
I am hosting MS Word in my ActiveX written in C++ unmanaged code. This ActiveX manipulates document content via Automation. It inserts the OLE controls into document using the following code: [pseudocode]
|
| Goto Option_Button; Calculations; Auto-update; Even Colors! | 11 Apr 2006 09:26 GMT | 1 |
I've got what is probably not a terribly hard bit here, but I'm still very new to VBA in Word and I'm stumped. Here's what I would like to be able to do: I have a Word 2000 form that has several rows of rating criteria; the
|
| How do I insert a custom control (OCX) into MS Word? | 11 Apr 2006 09:26 GMT | 1 |
Ive created a custom control using Visual Basic and would like to incorporate it into one of my Microsoft Word 2002 forms. In Word, if I try to open it through the Insert.. Object... file menu, it does not show up in the object type list. If I try to insert it
|
| Save As Automation | 11 Apr 2006 05:07 GMT | 6 |
I am converting a large amount of pdf documents into Word format. The program I am using will perform multiple conversions at once when opening the PDFs into word (PDF Convertor 3) Unfortunately it wont bulk save them.
|
| Seeking Book Recommendation | 11 Apr 2006 03:43 GMT | 1 |
Can you recommend a good book on Word programming? I'm going to be controlling Word from the 'outside' so to speak. I'll be writing VB6 client code to control one or more instances of Word as automation servers. (VBA control of Word from the 'inside' is not important for my needs ...
|
| Using VBA to break specific links | 11 Apr 2006 03:20 GMT | 6 |
I need to write a macro to break all Excel links in a Word document, while leaving the other links in tact. I have both charts and text linked from Excel which I need to break. The other fields that I have in the document are Word captions and cross references, which I need to ...
|
| Launching an Internet Explorer window | 10 Apr 2006 23:03 GMT | 1 |
I've set up a dialog box to kick off a template. It includes a commandbutton that users can click to display a Resource page, ie an Internet Explorer window full of explanations and links to databases etc. The idea is for users to Alt-Tab back and forth between the
|