| Thread | Last Post | Replies |
|
| ASK Fields | 27 May 2005 18:44 GMT | 2 |
Does anyone know where I can find any tutorials on how to incorporate ASK fields (with prompts) into my forms? Thank you, Karen
|
| Fill in form | 27 May 2005 18:24 GMT | 1 |
I have a five page document. I need to use a header for the client name and client number. The staff needs to be able to edit the header in a fill in form. Is there a way that this can be accomplished without turning off protection?
|
| Stuck! Need Help! | 27 May 2005 17:15 GMT | 8 |
I have a shell document that I have written a macro for so when the document is opened, the macro runs automatically upon opening. The last part of the macro opens the SaveAs dialog box for the user to save the document to a new name. After the user puts makes their directory ...
|
| text box - moving the text to another procedure | 27 May 2005 12:26 GMT | 1 |
I have a userform and within that form I have a text box where the user will be entering information. The value of the text from that box needs to be passed to another procedure that is not within the code for the user form. How do I pass the value that is in the text box to a ...
|
| Finding the pixel size of a picture | 27 May 2005 11:25 GMT | 5 |
How do I find the width and height of a picture stored on my harddrive (eg a JPEG) in pixels within Word VBA? I have Word 97. Thanks...
|
| A telephone number field in a form, how do I create the picture f. | 27 May 2005 05:24 GMT | 3 |
I am creating a form in Word. I want to "mask" or create an entry "picture" for a telephone number such as (###) ###-####, and a date ##/##/##, and a numberic entry with comma's every 3 numbers. Can anyone advise me as to where that masking goes on the field properties? Is ...
|
| Print document with comments | 27 May 2005 00:55 GMT | 2 |
I am trying to write a macro to do the following: 1. If the document has comments inserted, then change the document font to Times New Roman 13, print the document and the comments but do not save the font change.
|
| Empty Fields | 26 May 2005 23:00 GMT | 1 |
On some documents I have prefixes, salutations, company name, etc. How do I set up my template or macro that if the field is empty it does not leave a blank space in the document? I hope you know what I mean. Thank you for your help....
|
| Save-as macro or button or something? | 26 May 2005 20:22 GMT | 3 |
I'm trying to make a template for people to use at work. The basic idea is an invoice template. I want to make it so that people can open the file in a read only type format, fill in there details, and then save a copy of it to another folder.
|
| Display todays date + 10 working days | 26 May 2005 20:19 GMT | 4 |
I am creating a Word document where I want to display today's date plus 10 working days (ie Monday to Friday) automatically. I presume I need to insert a field/formula. How can I do this or alternatively if that is not possible, just todays date plus 14 days.
|
| Insert PDF image into word doc | 26 May 2005 19:51 GMT | 5 |
Trying to find a way to take a pdf file (created from PowerPoint Slide) and insert the image into a Word document using vba. Does anyone know if this is possible from code, I have not found a way to "copy and paste" from pdf, can copy and paste from PowerPoint but I want the ...
|
| Pattern Color of next row in table | 26 May 2005 19:45 GMT | 5 |
Good morning, I have created a protected form in which there are currently 2 tables. In the 8th row of the first table I have two check boxes (which by code are mutually exclusive). However, I would like to control, based on the
|
| How to know if Find/ReplaceAll found anything? | 26 May 2005 18:22 GMT | 3 |
I'm looping through a number of documents using With rng.Find .Text = strFind .Replacement.Text = strRepl
|
| picture/text box group bug? | 26 May 2005 17:45 GMT | 7 |
I'm trying to use a text box below a picture to create a caption for the picture. So I create the text box, align it just below the picture but when I group the picture and text box, the text box gets centered in the middle of the picture. However, if I single step through the
|
| Enable/Disable field | 26 May 2005 15:40 GMT | 1 |
In previous versions of Word (I'm using Word 2003 now) I have been able to gray out a field so that users don't need to fill it out depending on what previous options they have chosen. For some reason though, in 2003 when you set the textbox enabled property to false it doesn't ...
|