| Thread | Last Post | Replies |
|
| 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.
|
| 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? --------------------------------
|
| 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
|
| Does anyone know of a 2007 version of Jay Freedman's autotextloade | 22 Mar 2008 19:19 GMT | 2 |
Does anyone know of a version of Jay Freedman's autotextloader and autotextdumber for moving autotext from a template to a standard work document table? For some reason it works in 2003 but not in 2007 and I can't work out the
|
| Problem with ContinuePreviousList in VBA Word 2007 | 22 Mar 2008 16:56 GMT | 1 |
I have been using this subroutine to reformat and consecutively number items from multiple cut and pastes from one doc to another in Word 2003. However in Word 2007 each new section begins back at 1. I have tried everything I can think of and nothing works. Please help. Time is ...
|
| Macro to copy data in form field | 22 Mar 2008 16:19 GMT | 2 |
I've been trying to have a macro run when a check box is checked. The macro would copy data from previous fields on the form and insert it in another field on the form. i.e. custname to projname, custadd to projadd etc. Can anyone offer a suggestion?
|
| autotext entry into it's own document | 22 Mar 2008 09:55 GMT | 7 |
Group, The autotext entries in our 'normal.dot' has grown very large. I would like to write a macro that could read the list of autotext entries and save the autotext into it's own document. Is this even possible, if so, any pointers
|
| Cycle through the Document Stories | 22 Mar 2008 05:53 GMT | 6 |
I'm trying to create a macro that will clean out the tracked changes created by a program called DeltaView. DeltaView is similar to the native Word compare and merge feature except it uses styles to show deleted and inserted text.
|
| Use of arrays and loops | 22 Mar 2008 00:14 GMT | 3 |
I need to write a word macro that looks up a series of web pages, downloads a series of table (one per web page) and then paste it into word and finally formatting it. I can create a table for each of these web pages - and it formats it OK.But
|