| Thread | Last Post | Replies |
|
| Map a Word document as HTML. | 30 Mar 2005 06:23 GMT | 1 |
At work, I was asked to develop something in VBA that could "read" a Word Document and save it as Html file. I think I saw something that saves a word document automatically as an Html file, but that seems to introduce a lot of garbage in the Html.
|
| incrementing invoice number on word template | 30 Mar 2005 05:27 GMT | 2 |
I am trying to create a word template that has a number that increments with each new document created. So far I have worked from kb212686 and that is fine, but I would like to have the number so that it is to five signicant digits.
|
| Help with UBound Please | 30 Mar 2005 03:16 GMT | 4 |
I don't understand the results that I am seeing with a UBound process. It seems that the value is 1 greater than it should be. Can anyone explain to me why the last three message boxes in the code below are returning the result they do? Thank you.
|
| Resize an image with VBA? | 30 Mar 2005 00:23 GMT | 1 |
I'd like to create a macro to make an inserted image automatically resize to 3.5" tall, but when I record a macro the code automatically populates the width to a specific dimension also, which could possibly distort the image. I'm new to VBA, so I was wondering if it's possible to ...
|
| AutoText | 29 Mar 2005 23:23 GMT | 2 |
I found this line regarding AutoText in the VBA help file: Selection.CreateAutoTextEntry "handdel", "Mailing Instructions" This line would create an AutoText entry called handdel in the Mailing Instructions category from the selection in the current document. If I keep
|
| How to get/select one or more filenames | 29 Mar 2005 22:16 GMT | 2 |
I have a Word-macro, that reads some data from one ore more .txt files. The name of the files is given at each run. I am looking for a dialog box, in the style of Dialogs(wdDialogFileOpen), that returns me name and path of one or more selected files.
|
| Page level field?? | 29 Mar 2005 21:50 GMT | 5 |
Is there a way to have a page level hidden field that can be tied to a userform so that the user can set the field on a page by page basis. I need this to be able to define a page level classification code that will be used within the header to display a classification marker.
|
| Check if item is present in combo without trigger the change event | 29 Mar 2005 21:50 GMT | 3 |
I want to fill a combobox with unique items. What is the easiest way to check if an item is already there, without triggering the change event? A simple way is to loop through the combo by setting the listindex from min
|
| disabling spell checker | 29 Mar 2005 21:50 GMT | 4 |
I'm developing a spell checker for our local language using VC++. it is to be implemented as an Add-in for Word. So how do i disable the english spell checker progmatically using my code? Also will it be possible for the add-in to work with all versions of word???????
|
| Add New Page | 29 Mar 2005 21:50 GMT | 1 |
I have a two page Word Document that contains bookmarks in it. I use these book marks to insert data into via Visual Basic. My question is this. The second page contains 18 bookmarks on it and I would like to find out if I have more than 18 entries how to copy the second page and ...
|
| Need help creating dialog box with drop-down list. | 29 Mar 2005 20:19 GMT | 1 |
I have created an online form in Word 2002. I am trying to create a macro that executes upon entry into a particular field. This macro displays a dialog box with a drop-down list containing eight variables. The user selects a variable, selects "OK", and the macro places that ...
|
| DSN-less SQL connection from Word Macro | 29 Mar 2005 20:05 GMT | 1 |
Using a Macro in MS Word 2003, I need to call a stored procedure on an SQL server, with the requirement that the host system does not have a DSN entry for the server (externally applied constraint). I have server name, database name, user id, password, etc.
|
| AutoText | 29 Mar 2005 20:05 GMT | 2 |
I have some questions concerning AutoText. I am adding AutoText entries to a global template for a client. There will be some macros that will insert these AutoText entries into documents. Right now I am creating some stamps to insert into documents (Draft,
|
| FileSystemObject and Distribution | 29 Mar 2005 19:44 GMT | 15 |
Anybody know when the FileSystemObject was introduced and whether or not there is anything you need to distribute to end users of your application to get access to it? We have a Word macro as part of our application and I want to use the
|
| Create Array of Bookmarks | 29 Mar 2005 19:33 GMT | 7 |
Hey Gang, Word VBA-Wanna-Be here: I am creating a large document that I can use to create smaller documents by bookmarking text. Basically, I want to have four-levels of text that I bookmark by selecting the paragraph(s), clicking a toolbar button that opens
|