| Thread | Last Post | Replies |
|
| Open a web page from vba | 07 Jan 2005 21:13 GMT | 1 |
How do I open a webpage from vba? I can't quite get the Shell syntax to work for this. Thanks. Larry
|
| Word Field Merge with Excel | 07 Jan 2005 16:50 GMT | 3 |
What procedure would I need to follow to have a field in MS Word import/fill with values from MS Excel on a cell-by-cell basis (i.e. value from A1, A2, A3, A4 etc.) Your help would be greatly appreciated.
|
| Word Template - wanting to run a Macro on opening | 07 Jan 2005 16:23 GMT | 2 |
I have a Word template that I've created which has a macro attached to insert bookmarks across a letter template we have in our database system. The database system uses the object libraries in Word to create the Word Document and can use a template to start its design
|
| Running a Macro in a Template, on Event | 07 Jan 2005 15:14 GMT | 1 |
I have a macro that I've constructed in word which will insert bookmarks as per a table template that I've created in our Visual FoxPro based database/frontend. The Visual FoxPro frontend inserts this information into Word - and I've also instructed it to use a word template ...
|
| Storing Program Settings | 07 Jan 2005 14:35 GMT | 5 |
I have around 30 (at most) text boxes and combo boxes that have settings which need to be stored and restored when the program starts. (This is a VBA program but I think, it also applies to VB). In the future, many more settings could be added and they would also have to be saved ...
|
| storing check values boxes in a form | 07 Jan 2005 14:35 GMT | 1 |
i need to create a fairly extensive form with about 150-200 check boxes. I can create the form. However, in the future we may need to run reports on the documents created with the form and query the values of the check boxes. Basically a report showing any combination of the ...
|
| VBA to show a folder navigation window | 07 Jan 2005 14:22 GMT | 3 |
I'd like to write a VBA programme to change the default directory that Word uses for clip art pictures. In Word 2003, this can be selected in Tools > Options, File Locations tab, Clipart Pictures, but I'd like to make it easier by having a toolbar button that brings up a dialogue ...
|
| Text box blues | 07 Jan 2005 11:38 GMT | 14 |
I created a text box by my usual way (recording it) and someone very kindly helped me with a code to set it more professionally by using ³dim² while all recorded things are ³selection². The problem is that I have set more features using ³selection² and everytime
|
| Regex & Wildcards | 07 Jan 2005 11:02 GMT | 6 |
I need to find the following by matching Wild Cards. 1.1 mol/L 1 mol/L 1mol/L
|
| How do I get rid of the PDFMaker error message in WORD 2003? | 07 Jan 2005 07:18 GMT | 2 |
I have followed the suggested remedy downloading any update from Adobe. I still get the error message each time I open WORD. I tride the workaround suggested in the message but the filename was not found. How do I get rid of this message for good?
|
| How to get the "next table" and the "previous table" | 07 Jan 2005 04:53 GMT | 1 |
There are some tables in my document, and the cusor focus in somewhere. How can I get the object of next table, like this statement: Set oTab = Selection.Tables(1).Next 'this is pseudocode
|
| >> Mail message | 07 Jan 2005 03:59 GMT | 1 |
Hi, I have created a word template that is used as an email template. When used to create a new document the email address detail section is visible. When creating a new document using code the email section is not visible.
|
| Print Layout window VBA Code | 07 Jan 2005 01:01 GMT | 2 |
I am writing a VBA macro for a word template and when I open the document it comes up in the normal view instead of the print layout view. After the document is open I can go View - Print Layout but others will be using the template so I would like it to open automatically in ...
|
| Merge with conditions. Pls help | 06 Jan 2005 22:44 GMT | 1 |
------------------------ Name Stuff Num ------------------------ David Ball 2
|
| Replacing tags programmatically | 06 Jan 2005 22:30 GMT | 1 |
I have to write an application that must replace some tags inserted into a msWord Document with data from a Database (in the same way as Crystal Reports do, for example, with its own documents). Do you know which is the better way for accomplishing it? I would
|