| Thread | Last Post | Replies |
|
| Incrementing an invoice number every time the template is printed | 29 Jul 2004 12:51 GMT | 1 |
I was wondering if someone could help me with the below problem I am having. I would like to create a template with an invoice number incrementing. I have the coding to do this via a macro that the invoice number increments every time you open the template. What I would like to do ...
|
| Buttons on Template Toolbar | 29 Jul 2004 07:06 GMT | 2 |
Hey all of you masterful genious gods!!!... How do I put a button on my template toolbar that will open the User Form back up. AND how do I put a button on the Toolbar that will open up a new template?
|
| Setting Tab Order | 29 Jul 2004 04:30 GMT | 1 |
I am building a fom with many Textboxes, I know how to normally set the tab order, but these boxes do not allow me to set that property, i cant even set it on the document. Any help would be appreciated.
|
| How to include the & symbol in text without using it as an operato | 29 Jul 2004 04:07 GMT | 1 |
So I'm adding items to a drop down list, and several of the text items are like "sugar & spice" "meat & potatos" but word insists on treating the & symbol like string concatenation, despite that the string is already surrounded by quotes (so I get "sugar spice" or "meat potatos". ...
|
| Converting to Number using VBA | 28 Jul 2004 23:53 GMT | 2 |
I have a cell which gives the warning "The number in this cell is formatted as text." Using VBA, I change the format of the cell to a number format. However, Excel still shows the warning.
|
| Help with Writing a Fairly Simple Program | 28 Jul 2004 22:54 GMT | 4 |
When I was in college in the early 1980s, a Pascal programmer wrote a little program for me. It was a fun program, with a lot of potential. And it was extremely helpful. I have purchased a copy of Access 2003 Power Programming with VBA,
|
| How to prevent editing on a merged document based on a dot templa | 28 Jul 2004 22:48 GMT | 1 |
Does anyone know how to prevent the user from editing a merged document created by an application? We use a dot net application to create a mail merge and when the user chose so can view the merged document with all the bookmarks populated with appropriate data. The user does not ...
|
| bookmark | 28 Jul 2004 22:17 GMT | 3 |
I'm using Visual Studio 6 to write a Visual Basic app that opens an existing word document template and makes a number of changes and additions to it. I'm having a difficult time in trying to, among other things, move the
|
| Evaluate checkbox in form field macro | 28 Jul 2004 19:20 GMT | 3 |
I am working in Word 2000, creating a template that will be a protected form. I need an on exit macro for acheck box that will first evaluate whether the check box is checked, and if so, insert an autotext that has additional form fields, then go to the next form field within the ...
|
| Document_Close event not firing on client machine (works on mine) | 28 Jul 2004 18:33 GMT | 4 |
I have written some VBA code that lives in the Document_Close event handler. I put this in a template, so any document started from that template should call the code when the document is closed. This works fine on my machine, but when I put the template on my
|
| Font Switching Macro? | 28 Jul 2004 18:01 GMT | 9 |
I'm very new at writing macros for Word and am hoping for some help. I need to write a macro that will allow me to switch between my current font and the Symbol font with one keystroke. I don't know how to store the name of the current font as a variable. Following is what I ...
|
| Change Header Text Only in Section | 28 Jul 2004 17:08 GMT | 4 |
I'd like to change or do different headers in specfic sections of a document without disturbing the header text in the other sections. The document is initially created with all headers the same
|
| Empty Bookmarks | 28 Jul 2004 16:41 GMT | 4 |
I'm new to VBA and user forms, so I hope I'm missing something fairly easy and someone can point me in the right direction. I have a userform with many bookmarks in it. One of them is named bmAddress2 and is set to a type of "regular text".
|
| F1 (help) does not work for ADODB in Object Browser | 28 Jul 2004 16:26 GMT | 2 |
Problem: F1 (help) does not work for ADODB in Object Browser Office 2003, Windows XP Professional ADODB is contained in MSADO15.DLL. It appears in the References dialog box (available from the Project menu) as "Microsoft ActiveX Data Objects 2.7
|
| Referencing Macros | 28 Jul 2004 16:14 GMT | 2 |
Basically my problem is this - I have created a mail merge document from an access database and want to date stamp the records each time they are printed from the mail merge (i.e. some printed one day and stamped with
|