| Thread | Last Post | Replies |
|
| 2003 Word VBE tool box CommandButton control | 24 Mar 2008 20:47 GMT | 1 |
The CommandButton has disappeared. how do I get it back? I was trying to create a userform using Mr. Robbins instructions. I went into VBE. I selected UserForm from Insert Menu and Controls toolbox doesn't have CommandButton
|
| How to let user know where to the attached Template is missing | 24 Mar 2008 20:42 GMT | 5 |
user created a document using a template called test.dot which is located at his office PC's C:\Program Files folder. user brings this document home and wantes to keep working on it, but his home pc doesn't have this test.dot saved under his home pc's C:\Program
|
| How to not change Word's last selected printer | 24 Mar 2008 20:39 GMT | 7 |
We have a Word add-in developed in C# and are having an issue with how Word changes its last selected printer. We would like to be able to print behind the scenes using the Word COM object, and NOT change the last used printer in Word.
|
| Clear Bookmarks | 24 Mar 2008 17:35 GMT | 6 |
Is there anyway to delete all the text after a bookmark in a document? Kinda like if you started at the bookmark and then pushed Shift+End on your keyboard, and then Delete. Or even better,
|
| Form Fields/Check Boxes | 24 Mar 2008 13:24 GMT | 4 |
I am creating a word 2002 form to be used online as a fill-in application for employment. I have written the macro below to use on exit for a form field but would prefer it to work upon editing of the text such as checking yes in a check box or entering name, address, etc. in a ...
|
| reloading data to userform | 24 Mar 2008 05:55 GMT | 2 |
I have created a bill template, on opening the template a form appears asking for references, address details etc the user also selects from a comboBox the amount of Costs or Disb they wish to enter. they then click on create bill.
|
| Bookmarks and UserForm | 24 Mar 2008 05:36 GMT | 5 |
Howdy. I am trying to do something quite simple and should be able to figure this out. My time is tight these days, though, so I'll just hope for some help. I am just trying to get a UserForm to populate a template in Word 2003. I'm
|
| How I can select all data between two headers ? | 24 Mar 2008 03:05 GMT | 3 |
Does anyone know is it possible to select all data between two header ? I can find header # 1 by running followed code: Selection.Find.ClearFormatting Selection.GoTo what:=wdGoToHeading, which:=wdGoToAbsolute, Count:=1,
|
| how do I get word and paragraph based on character position? | 24 Mar 2008 02:23 GMT | 3 |
Let say I want to know the word or the paragraph that contains the character 2043. How do I call them? --------------------------------
|
| Radio button macro | 23 Mar 2008 23:00 GMT | 4 |
I have three check boxes on a form. I there a macro I can use to limit a check to only one of the three boxes? Thanks
|
| Populating data into headers or footers | 23 Mar 2008 21:44 GMT | 2 |
I have a macro that takes data from a user form, as part of a letterhead and populates the date, addressee, etc. into the letter. I do this via bookmarks in the document. I also want to populate some of the data into the footer on the second page.
|
| macro to select drop down | 23 Mar 2008 15:13 GMT | 2 |
Can anyone suggest a macro for a check box to select a drop down box field I have a check box labeled "insp" When it is checked upon exit it runs a macro that hides a paragraph of text(which works fine) but I also need the macro to pick dropdown4 and select its 5th choice on the ...
|
| How to automate MailMerge and suppress error and other messages | 22 Mar 2008 23:12 GMT | 1 |
I have an process I am developing which will read all the document names in a folder, process them one-by-one doing a mail merge with the same Excel spreadsheet, saving the merged document to a set folder, close the document and process the next document. Some folders have 80 to ...
|
| download content from forms | 22 Mar 2008 23:02 GMT | 1 |
I want to create a fillable form in Word like I have in Adobe. I currently use Adobe to have returned forms inported into a spreadsheet. Can I do the same with Word to have the data from the form dumped to Excel? How do I go about it if it is possible?
|
| SaveAs: prevent "Do you want to save the changes you made to" | 22 Mar 2008 23:00 GMT | 1 |
I use a SaveAs in some code. I want the SaveAs to warn me when the export file exist and is being overwritten. So, I want the message "A file named 'xxxx'already exists in this location. Do
|