| Thread | Last Post | Replies |
|
| Word dropdowns limited to 25 entries???? | 18 Nov 2006 08:40 GMT | 7 |
I need to offer a dropdown that lists the states in the US - how can I achieve this if the dropdown can only handle 25 entries? Any suggestions are greatly appreciated.
|
| VBA to save Word file and attach then send email | 18 Nov 2006 01:43 GMT | 1 |
I have a Word form that I would like to: save file, then attach and send the file via Outlook (using a macro on exit of a check box) I am gathering pieces of this puzzle with various replies found on these boards and so far have code to send an Outlook message, to save a Word ...
|
| Newspaper columns in MS Word 2004 11.3 for Mac | 17 Nov 2006 23:44 GMT | 2 |
I am trying to add a "smart" vertical line (i.e., not manual paragraph borders) between newspaper columns, and I can't seem to find the command that does it. The Word Help document tells me to choose Page Layout view, then choose
|
| allowing custom captions to "travel with" Word templates.... | 17 Nov 2006 23:20 GMT | 3 |
Is there a way to create custom captions in such a way that they "travel with" a Word template? I want to create these captions for an organization so that when users access a customized template that I make available on a network drive, they will have these caption and
|
| Defining a style that won't display when printed | 17 Nov 2006 23:02 GMT | 1 |
I am trying to create a style for my form that will display a nice, bright red text when viewed on the monitor but will print out invisible. I've found a macro that will change the text to white upon a user hitting the print command, but I don't think this will work for me, since ...
|
| Command Buttton to Open InfoPath File | 17 Nov 2006 22:59 GMT | 1 |
I am using Word 2003. I have added a command button to a file and I would like to use this button to open an InfoPath document. I am not a developer and normally I would copy and paste Macros. I would be grateful for some help
|
| DateTimePicker Control Events | 17 Nov 2006 22:43 GMT | 4 |
I'm using a DateTimePicker in a Word 2000 userform and want to run a procedure once a date is chosen. I'm currently using the Change event but find that it is a problem in that the routine runs when you're in the process of navigating around the calendar instead of when the user ...
|
| Style in use | 17 Nov 2006 22:33 GMT | 2 |
is there a way with VBA to get a list of the "Styles in use" for the current document?
|
| running macros/vba script on a network | 17 Nov 2006 22:27 GMT | 1 |
I have a vba script with a userform that I want to make available to several users on our network. I have a shared folder on the network with a mapped drive and I can access and save todocuments to that folder/drive. I want to be able to save the script on that drive so the ...
|
| How to Link/Call or Copy other document/templates styles into current document? | 17 Nov 2006 22:14 GMT | 1 |
I, Pradeep, am new to the macro programming. I work with a small firm as Word document specialist whereas i need to convert Proposals in our company standard. We have 2-3 different Standard Proposal Templates. Each proposal we get consist of approx 200 - 300 page as an average.
|
| Code changing control name | 17 Nov 2006 18:55 GMT | 7 |
I have developed a form in Word. On the form there are two command buttons. Each one, when clicked, inserts a new row into two different tables. The code for each button is identical except that each points to a different table. When I press one button it does what I want, however ...
|
| Inconsistent speed of long For Next loop | 17 Nov 2006 18:45 GMT | 2 |
eI am printing hundreds of envlopes on my LaserJet using Mailmerge linked to an Excel spreadsheet. In order to keep my LaserJet from overheating, I have put in a long For Next loop to get a 20 second pause after each envelope. (Is there something equivalent to Excel's ...
|
| How to get current username into file path? | 17 Nov 2006 17:51 GMT | 2 |
I wanna create a macro for creating to copy styles from a specific template to currently open document I used the following syntax: ActiveDocument.CopyStylesFromTemplate _
|
| Update Textbox after selection | 17 Nov 2006 15:04 GMT | 3 |
I have a userform with a combo box that contains office locations. I also have a textbox for the address of the location. I can update the textbox with the address after the user selects the office from the combobox? Basically, the user select the office and the address pops ...
|
| Mail Merge Wizard | 17 Nov 2006 14:54 GMT | 3 |
I am trying to create labels from an excel file, when I switch to MS WOrd and go to tools I am instructed tio point to Letters and Mailings and then click Mail Merge Wizard. I do not have that option, all I have is Mail Merge. Am I missing something? This is driving me crazy
|