| Thread | Last Post | Replies |
|
| Prevent command button from printing | 05 Oct 2007 06:30 GMT | 3 |
A command button in the actual document is used to pull data from Access tables. Instead of deleting the button each time I print, I would rather that it simply didn't print somehow. Currently, the button is programmed to hide (for printing) by shrinking it to the minimum size. ...
|
| Convert wingding checkbox to toolbox checkbox? | 05 Oct 2007 05:53 GMT | 3 |
I have a word doc with wingding checkboxes. How can I quickly convert them all to Control Toolbox checkboxes (not form checkboxes)? thanks
|
| convert excel vba into word vba? | 05 Oct 2007 04:53 GMT | 1 |
I've got the code for an Excel popup utility that adds a date entry option to the command bar. I'm trying to figure out how to convert it to work within a Word document. Can anybody help me convert the
|
| VBA Help files | 05 Oct 2007 04:50 GMT | 1 |
Does anyone know where I can get/download the Word VBA help files, please? I suppose I really should ask whether I can get them as standalone files. I need these in Spanish, Portuguese and French so that I can check
|
| Converting Excel VBA into Word VBA? | 05 Oct 2007 04:42 GMT | 1 |
I've got the code for an Excel popup utility that adds a date entry option to the command bar. I'm trying to figure out how to convert it to work within a Word document. Can anybody help me convert the
|
| If then statement to for existing style in a word document | 05 Oct 2007 01:14 GMT | 1 |
I have written the following code to test for the existence of a style (block text 2). If the style exists in the document, I want it to be applied to the text. If not, the macro should create the style and then apply it. Each major section works separately, but not together. ...
|
| vba reference 2007 file format | 05 Oct 2007 01:14 GMT | 5 |
Converted our db to 2007 file format. Tried to opendatabase to db.accdb go a 3343 error & help no help. This is the statement:'set dbobj=opendatabase("db.accdb")'. So how does one open that type of file. This used to work:'set dbobj=opendatabase("db.mdb",options:=false,
|
| Table gridlines won't copy as formatted | 05 Oct 2007 00:46 GMT | 2 |
I have a document with a lot of tables in them and the user has formatted them so that only the bottom border shows in most tables. When I copy these tables to a new document (in code by selecting document.range and copying and pasting), in some cases (but not all), all the
|
| recommended training for learning how to write macros | 04 Oct 2007 21:01 GMT | 1 |
I was wondering if anyone could recommend a class or workshop that I could take to learn the basics of programming for Microsoft Word. I come to the message board regularly for macros to automate repetitive tasks at work. Right now, I copy and paste the macros that generous and
|
| save button Word 2003 | 04 Oct 2007 15:56 GMT | 2 |
Which macro is triggered when I click the save button (or file, Save or CTRL+S)? I know the AutoOpen and AutoNew. Is there something like that for Save?
|
| "Find All and List" a la Acrobat | 04 Oct 2007 13:11 GMT | 1 |
Looking to find or create a macro which will: - find all instances of a text string (like Word) - BUT ADDITIONALLY, list all occurences within their containing paragraph (or +/-2 lines) in separate window or pane
|
| opening word template like memo | 04 Oct 2007 12:22 GMT | 2 |
hi all, i want to open word doc template like memo and then write into it, i want to do that with word 2007.
|
| Smart object formatting | 04 Oct 2007 10:47 GMT | 1 |
Last time I write a lot of documents with MS Word. I create diagrams with MS Excel and schemes with MS Visio. I am talking about 2003 version of MS Office. When I copy&paste, for instance, a diagram, it copies to document with its own size, the size it was in MS Excel. I
|
| Populating text boxes with macros in dropdowns | 04 Oct 2007 10:26 GMT | 1 |
I'm trying to produce a document in WORD 03 that will allow a user to select items from dropdowns in a list of contents that will then populate text boxes in other areas of the document with information relevant to the selection made in the dropdown e.g. if the user selects ...
|
| combobox with multiple columns | 04 Oct 2007 10:21 GMT | 1 |
First of all thankyou for your attention and patience I have a userform in word 2003 with a query to one table of access 2003 with 3 columns the example code is usseful only to display one column:
|