| Thread | Last Post | Replies |
|
| Shortcut key to textbox and commandbotton | 13 May 2006 20:00 GMT | 3 |
In forms is it possible to underline a letter in the text of a command botton and in the label of a text box. The command botton is pressed when pressing ALT-<underlined letter> and the textbox is focused in the same way.
|
| update cell references when calculation field is pasted to a new r | 13 May 2006 15:08 GMT | 10 |
I have a form field with calculation B2*C2 with the result in D2, how can I paste the formula to the rest of the rows and have the cell reference update to that row number. In excel you just fill the formula down and it automatically updates?
|
| SERIOUS Automation...your advice, please | 13 May 2006 06:17 GMT | 7 |
In the process of my job I often find myself duplicating information. I have learned enough from these boards in the last month to know that it is probably possible to save myself the trouble of a few steps. What I have before me is a form with a LOT of fields in it that are
|
| Kill Word Process Programmatically | 13 May 2006 04:42 GMT | 3 |
I am currently using VB to interface to WORD through COM. Basically, I am creating a txt based mailmerge file, opening a specific mailmerge document, merging it with created file, and printing it to a pseudo printer that converts the document to a PDF file.
|
| Template and Keyboard Commands | 13 May 2006 01:25 GMT | 5 |
I have created a letterhead template for my client. I've created a few macros (stored in Module1) that have been assigned to key shortcuts (like Alt-Shift-P which brings up the File Properties box and then updates all document fields). All of these feautres work just fine when ...
|
| Print problem | 13 May 2006 01:21 GMT | 1 |
I am trying to print with code: Dim objWord As Word.Application Set objWord = CreateObject("Word.Application") objWord.Visible = True
|
| Specify Pages to Print | 13 May 2006 00:07 GMT | 2 |
Hello all. I am opening a multi-page word document via VBA code and was wondering if there is a way to specify the pages I want printed. For example, if the document is six pages long and I only want to print the first page, how would I code this? Thanks for your help.
|
| option in TOC | 12 May 2006 23:45 GMT | 1 |
how by VBA can I set other style than title1 and title 2 to use in my TOC before updating it. I know how to update my Table of contents but how to change the option? Thanks
|
| OptionButton | 12 May 2006 23:44 GMT | 4 |
I have a TabStrip with some OptionButtons and used the following to determ which OptionButton the user has clicked and click on a CommandButton: For Each cTemp In frmAImallar.Controls If LCase(Left(cTemp.Name, 12)) = LCase("OptionButton") Then
|
| commande button - please help!!! | 12 May 2006 20:03 GMT | 4 |
I've already post a question here but no one can say me how it can be. At least a response like "no you cant do it" would be ok cause I will stop to seach. I have a word document where I have a form in the first page. In the second
|
| Can I create a two-page template? | 12 May 2006 19:14 GMT | 5 |
We have a template for our letterhead which prints our vision statement on the left and our contact information in the footer. The vision statement is a textbox linked to the header (which is blank) which allows it to hold its verticle position. Margins are 1.8” left and 1” ...
|
| 2000 Form Doc Hangs in XP | 12 May 2006 18:58 GMT | 1 |
I created a Form document in Word 2000 (9.0.6926 SP-3) running under Windows 2000 Professional, which hangs when opened in Word 2002 (10.2627.2625) running under Windows XP. In Word 2002, when text is entered in the first ("Letter Date") text form
|
| Conflict between two macro's on a protected document | 12 May 2006 16:56 GMT | 3 |
I have designed a form with a seq number running with an autonew macro. The code has been entered to unprotect>number change>protect. I now wish to add an address field linked to my outlook address book. Again the code has been entered in the correct place to protect and ...
|
| field update on document open | 12 May 2006 16:56 GMT | 3 |
Hi, is there any way how to update the fields on document open without macros? (or at least in the xml file before openning) Thanks, Jan.
|
| Button Toggle? | 12 May 2006 16:09 GMT | 9 |
I use Word 2003 in the office and my boss (oddly enough) is stuck with 2000 I've created several custom forms for him to use and usually they're locked, but on occasion he needs to unlock them to make minor adjustments. Problem is, when he RE locks a form with the standard toolbar ...
|