| Thread | Last Post | Replies |
|
| on not found | 13 Nov 2007 21:29 GMT | 2 |
How do I tell a word macro to search for a character string, and do x, y and z. But if the character string is NOT found, go to the end of the sub?
|
| event before global template closes | 13 Nov 2007 21:24 GMT | 2 |
I'm trying to stop Word asking to save a changed global template (not Normal) before it closes. If I can trap the event I can decide to save it or not. AutoExit runs after the 'would you like to save' dialog. is there an event
|
| Stop auto-scrolling/targeting... | 13 Nov 2007 20:02 GMT | 4 |
I'm using a form checkboxes in Word to automatically populate form fields elsehwere in the document with data. If user checks box 2, then field 2 at the top of the document displays text. The problem is that Word is automatically jumping up to Field 2 at the top
|
| Fill in lines | 13 Nov 2007 19:06 GMT | 1 |
I want to be able to fill in areas with various information. I want a gineric form with the fill in areas.
|
| Adding Style Word 2007 problem | 13 Nov 2007 16:22 GMT | 1 |
I am trying to add styles to a document through vba code. (I am only doing it this way since .Organizercopy in vba requires the destination doc to be saved local first...which I still don't have a work around.) In vba, I have created "_Journal font" style to be my "base" style. ...
|
| Need Code Snippet Help | 13 Nov 2007 15:58 GMT | 3 |
This isn't working quite right. I want the code to check which box is checked and put one thing in the cell, and if neither of them are cheked to put nothing in, but I'm always just getting the second choice (6789) irregardless of the checkbox status.
|
| How do i protect my document which includes, no copying of text? | 13 Nov 2007 15:01 GMT | 7 |
Word does not protect the document from being copied only from being altered. Is there a way where i can protect my word document from being copied at all. I would like my documents to be read-only, no selecting the copying and then pasting onto another blank document.
|
| help with text find then message box | 13 Nov 2007 14:43 GMT | 4 |
If Selection.Find.Text = "text" = True Then MsgBox ("hello") this looks wrong is wrong but i don't know why
|
| Warn wrong printer | 13 Nov 2007 14:28 GMT | 5 |
I am llooking for a piece of code to warn a person that when they are printing that the printer they have select is the wrong one and to either warn them or send it to the correct printer....VERY URGENT log ...thanks in advance
|
| Trying to automate populating a Word doc with random text using the "=rand(x,y)" function | 13 Nov 2007 13:01 GMT | 8 |
I'm sure everyone knows about how you can type "=rand(x,y)" (minus the quotation marks) into a Word doc and have it automatically populate the doc with "dummy text." (It works in Word 2003 and Word 2007 but uses different dummy text for each version.)
|
| Word Locked | 13 Nov 2007 10:47 GMT | 7 |
I have a trial version that I just downloaded about two weeks ago. It caused my previous version to no longer work and my disc to reinstall is corrupted. It is now locked and will not let me do anything. It did not lock until I finally put the code in and now I can no longer ...
|
| Macro that generates a prompt box(?) that once selected inserts da | 13 Nov 2007 06:42 GMT | 20 |
I would be sincerely grateful for any assistance with the following. I have limited macro recording experience and no experience with Visual Basic, but would like to know if (with my lack of experience) the following is something I could achieve. I am extremely keen to try and ...
|
| Disabl edit combo box | 13 Nov 2007 06:06 GMT | 2 |
I am adding item to combo from database. i dont want user to edit that. How can i achieve that
|
| Run a calculation, then insert a month name | 13 Nov 2007 06:05 GMT | 9 |
Hey All: Have a strange one here, I am looking to calculate based on todays date. For example, If today's date is between 1st & 15th, display current month name. If today's date is between 16th & 31st, display next month name.
|
| cancel print in macro | 13 Nov 2007 04:15 GMT | 1 |
when macro runs all is ok. If you cancel print then it goes back to vba. Looking for a way to close merge document if user cancels print Here is what I've got It hangs on execute pause:
|