| Thread | Last Post | Replies |
|
| How do I format O'Reilly and McDonald correctly using userforms | 20 Jul 2005 10:33 GMT | 1 |
Using Word 2003 User complete userforms to update bookmarks within templates. Where names and addresses are used I use ProperCase to format the entries correctly. I cannot, however work out how to format names such as O'Reilley, McDonald,
|
| Memory Management Question | 20 Jul 2005 09:32 GMT | 2 |
I have some VBA code that gets run within Word in which the user clicks a menu selection (a macro launched from a toolbar). Every time the code runs, a collection is created and populated with freshly created instances of a class. When the macro ends, I do not have any cleanup ...
|
| Word2003 doesn't save normal.dot anymore | 20 Jul 2005 08:19 GMT | 6 |
In a 'normal' Word environment when I change something that affects normal.dot - adding a menubar, change a profile- I got the question "Do you want to save the changes in normal.dot". I do have ticked the option in Tools, Options, Save, "Ask the user if normal.dot has to be ...
|
| Event Sinks | 20 Jul 2005 06:32 GMT | 1 |
I have a Visual Basic COM addin which is handling the "DocumentBeforeClose" event however there is another addin on the machine which is getting this event before my COM addin. If my COM addin sets the "Cancel" variable to TRUE the document will close regardless.
|
| Inserting data into text files | 20 Jul 2005 05:44 GMT | 2 |
At work we receive a txt file with client data (comma delimited) directly from a system. This file then needs to be used as a mail merge data source. I am trying to write code to open this data source by first asking the user to specify the file name (input box), and then open the ...
|
| VBA.net | 19 Jul 2005 23:20 GMT | 12 |
Visual Basic seems to be moving over to the .net version. Is there any indication from Microsoft about what will happen with Office automation using VBA in future versions of office? Will they introduce a VBA.net? Or will they stick to basing VBA on VB6?
|
| More sophisticated Macro for customizing doc's | 19 Jul 2005 21:45 GMT | 2 |
I have a regular doc that I've been able to run a basic "Fill-in" Macro on to help me do routine customizations of the doc. I'm just new to VBA and just copied and pasted the macro, but now I'm hoping to get it to be a little more sophisticated. Can I get the Macro to recognize ...
|
| from listbox to formfield... | 19 Jul 2005 21:44 GMT | 1 |
I am still working on moving data from a spreadsheet to a word file (a document created from a template). I have successfully gotten the data into a listbox, but now i am having trouble moving the selection into the right place on the document. I have the following code as a click
|
| Context Help with Custom Menus | 19 Jul 2005 21:09 GMT | 2 |
Is there a way to add a tooltip, or context Help to custom menus that are pointing to macros?
|
| How to bold a list of words by the fastest method. | 19 Jul 2005 19:29 GMT | 8 |
Using Word97. I have a list of words (say, 10 at most) in an array that are to be set with a bold font wherever they appear in a document. The document can be a very long one - perhaps 200 pages, so I'd like to use the
|
| Grouping Option Buttons | 19 Jul 2005 17:32 GMT | 2 |
I am creating a form that has repetitive groups of option buttons. In other words, I have several identical groupings of options buttons. How can I ensure that one button within each group can be selected, instead of only one option button out of the entire form?
|
| Abort printing | 19 Jul 2005 14:24 GMT | 11 |
Is there any way in VB to abort a print job that is in progress? I am talking here about the situation where paper is coming out of the printer. I had a good search for this, but nil found sofar.
|
| Get data from a close Excel Workbook? | 19 Jul 2005 13:07 GMT | 3 |
Does anyone know how can i get data from a close and protect workbook with vba in word. Any suggestion? with ADO connection of something else? Best regards, Pat
|
| Mondays are tough | 19 Jul 2005 12:54 GMT | 10 |
This is a dumb question obviously [it's Monday] but how do I determine if my cursor is at the last line of the document, or end of file? Thank you so much.
|
| wordObject | 19 Jul 2005 12:33 GMT | 2 |
I’m developing a windows based .net application and I’m using Word object for maintaining and printing documents. Well, here is my problem: I managed to do the printing stuff using the word object's property itself.
|