| Thread | Last Post | Replies |
|
| Invoking WordBasic.DisableAutoMacros using VB.NET | 29 Jan 2005 02:42 GMT | 1 |
Does anyone know how to invoke WordBasic.DisableAutoMacros using VB.NET? Thanks, Joe
|
| more information .... | 29 Jan 2005 02:42 GMT | 1 |
Sorry but I should have said that I want to run the VB.NET application with Option Explicit turned ON. (I can get it to work with Option Explicit OFF using: oWordApp.WordBasic.DisableAutoMacros(1)
|
| One issue about the GetCommandBars | 29 Jan 2005 02:37 GMT | 1 |
I am writing a program based on COM&Office word. The codes are: ....... _Application m_app;
|
| "Names" Equivalent | 29 Jan 2005 02:37 GMT | 5 |
I have a need to store a string that represents a mathematical formula in an Access table and recall that string into Word VBA. How can I get VBA to recognize the string as a formula to do a mathematical operation on it?
|
| I am going mad!! | 29 Jan 2005 02:36 GMT | 10 |
I need a smart guy or gal to help me regain my sanity. I pulled a macro off Google that would calculate a person's age based on a today's date and their birthdate. I am setting two date variables with a calendar control (stripped out here) and I am trying to extend the macro to ...
|
| Getting Tablet PC Ink strokes from Word 2003 annotation and commen | 29 Jan 2005 02:32 GMT | 1 |
Does any one know how I can extract Ink strokes from Word 2003 on a Tablet PC using automation? I am basically interested in getting the stroke points. Thanks!
|
| accessing userform via menu item | 29 Jan 2005 02:11 GMT | 3 |
I have a template which I am trying to allow the user to access a userform in at will. I have placed a menu with specific options for the template on the menu bar, but I'm struggling to access this userform by placing it as an option on the customized menu.
|
| Starting new thread for user forms... | 29 Jan 2005 02:10 GMT | 13 |
I have developed a user form using Word and the Forms toolbar. I would like to insert a macro button in order to send the completed form back to me. Do I choose the button from
|
| Email Command Button - Jean-Guy Marcil | 29 Jan 2005 01:10 GMT | 1 |
Jean, I copied the following code because I wanted to do the same thing as Mike. When I tested the button nothing happen so I went into the code and compiled it and it doesn't like: oOutlookApp As Outlook.Application, it gave me the
|
| How do I get data from MySQL ? | 28 Jan 2005 21:26 GMT | 1 |
Is there a way to get data from a MySQL database? Then can I insert the data into Word in some non-table format? I want to be able to place some data within paragraphs of my document.
|
| Find-and-replace with sequential numbering | 28 Jan 2005 20:50 GMT | 3 |
I have (fairly urgently) to edit a lengthy manuscript as follows: throughout the text there are lines which begin with the string "??" (without the quotation marks) . There can be anything from two to twenty of these per page.
|
| Creating Template with drop-down boxes | 28 Jan 2005 19:10 GMT | 2 |
I need to create a Template in Word for multiple users. It needs to have drop-down boxes with fill-in choices to select from a list. I know Word can do this, but I don't know to begin. I don't understand the instructions given because they include locating an already-created ...
|
| Word Templates | 28 Jan 2005 19:09 GMT | 1 |
Can word templates be lock down or controlled? What we are looking for is locking down the template and let users change content of the templates. Also, if the template changes, then what happens to the old content?
|
| Open File in specific folder | 28 Jan 2005 16:29 GMT | 3 |
Would like to open word automatically into a specific folder so I don't have to navigate each time to the folder that I use most.
|
| Finding a style in table wityh empy cells | 28 Jan 2005 15:29 GMT | 1 |
If there is a table within a WORD docunment, it appears WORD only finds the style of non-blank cells within a table. Is there some way to use the "Find" function (or some other method) to find all occurences of a particular style within a table, even if the cells are empty. ...
|