| Thread | Last Post | Replies |
|
| How to insert mergefield inside a includepicture field using VB | 29 Oct 2003 15:26 GMT | 2 |
currently, I use the following code: Dim fldCode as String WordMergeField = WordMergeFields.Add(WordSelection.Range, type) fldCode = WordMergeField.Code.Text
|
| Access passwords | 29 Oct 2003 15:22 GMT | 1 |
This code: Dim Pword As Variant Pword = "garble" Set myDataBase = OpenDatabase("C:\Download\valid.mdb", , , "PWD=Pword")
|
| HELP* SQL data into Word | 29 Oct 2003 13:48 GMT | 1 |
I have pop up box and asks say for someones initials. Then I want to query an SQL db and merge the word document with data, e.g. address details or phone number. I know some SQL and VBA but can't get the document to connect via ODBC
|
| Save As dialog for custom file type | 29 Oct 2003 13:12 GMT | 1 |
Microsoft Office msoFileDialogSaveAs does not permit use of .Filters.Add Is there another dialog accessable to Word VBA which accepts the show method and can be used for building the
|
| Check in code to see if application is open | 29 Oct 2003 12:27 GMT | 1 |
Can anyone tell me the easiest way to check if Word is open on the computer? I have automation code (in Excel and Access) that creates Word letters and faxes automatically, but I don't want the code to start another
|
| Knowing when an object can be ungrouped programmatically | 29 Oct 2003 10:48 GMT | 2 |
I've a macro that ungroups embedded objects, grouped objects and pictures. When you try to ungroup an object manually, if further ungrouping is not possible, then the ungroup option is grayed out.
|
| Autorecovery | 29 Oct 2003 10:31 GMT | 1 |
Is there a way to programmatic control the autorecovery option and the allow background save option of word. Either to enable or disable it through a macro? I am developing a template and want this option to turned on automatically
|
| Option button | 29 Oct 2003 10:14 GMT | 1 |
Hi; I'd like to have three choices on my user form, one for FedX, Reg Mail and UPS. If a user clicks the FedX button, I want it to type "VIA FEDERAL EXPRESS" at the bookmark in
|
| Macro to Bold all capitalised text | 29 Oct 2003 09:45 GMT | 1 |
Using Word 2002. Is it possible to find & replace all text in the current document that is capitalised and make it bold - using a character style (called say strong)? If so, could you please tell me how?
|
| ListBox Columns | 29 Oct 2003 09:37 GMT | 3 |
I have a ListBox with three columns. ListBox1.value returns only the value in the third column of whatever row I select. How can I return the value from the second column of the selected row?
|
| Auto Generation | 29 Oct 2003 09:30 GMT | 1 |
I would like to ask the experts out there to give me some tips on how to go about writing a macro in Word. Currently, I am thinking of writing a macro to help me to generate a payout voucher for a list of people. I am now
|
| Macro to add drop down values | 29 Oct 2003 09:01 GMT | 1 |
I want to be able to add items dynamically to a drop down depending on what item was selected in the previous one I need full code David Legg
|
| Forms & Documents | 29 Oct 2003 08:55 GMT | 1 |
I want to create a form that fills in information from the form into a word document (template), eg, SLA Agreement where the Name appears more than once in the document. Have tried with bookmarks but does not work when you want
|
| Toolbar Customizing Problems Help! | 29 Oct 2003 04:05 GMT | 1 |
Here is some vba code I am trying to use to customize word: I have researched the groups and nothing that is clear to me as to how to fix my specific problem It is supposed to create a bookmarks menu and a glossary terms menu,
|
| Activeworkbook keyword seems to fail | 29 Oct 2003 03:44 GMT | 1 |
Here's my problem. I've made an add-in that is used as a base library for a number of Excel reports. It all works fine when I run Excel in the usual way. But I can also start my Excel reports from my private web application. In that case, Excel is started in internet explorer, the ...
|