| Thread | Last Post | Replies |
|
| Calculation from Tokens | 21 Oct 2005 09:31 GMT | 3 |
I have a document which uses tokens from our system we have 3 tokens "charge", "tax1" , "tax2" i need to be able do a calculation of charge - tax1 -tax2 and put the result on the document. There is no token available to do this in our system so word will have to do
|
| Where has the assistant gone? | 21 Oct 2005 09:28 GMT | 5 |
from the help: Sub test66666() If MsgBox("Enable Office Assistant?", _ vbYesNo, "Assistant is Off") = vbYes Then
|
| frequency of occurrence of words in a document | 21 Oct 2005 09:25 GMT | 1 |
Hello -- I want to create a word frequency distribution for a document. The results will be: word count of occurrences in doc
|
| Record a macro that ends with a dialogue box open? | 21 Oct 2005 05:22 GMT | 3 |
Using Word 2002, I want to set up a macro that involves several repetitive keystrokes and clicks and includes opening a dialogue box, and should end with the cursor in a field within that box. From that point, the user would enter whatever was appropriate.
|
| Change Hyphenated Words To Uppercase | 21 Oct 2005 05:19 GMT | 1 |
As a software developer, I get to contend with Technical Specifications that often contain many hyphenated terms that are not words. I have "Ignore words in UPPERCASE" checked on the Spelling and Grammar dialog box, but not all the jargon words are in all uppercase. I created
|
| Printing Envelopes | 21 Oct 2005 05:09 GMT | 1 |
Each time that I save an envelope address to a document Word adds a blank page to the document. When you want to print the envelope you have to put two envelopes in the printer because the first one comes out blank and Word prints the second one. Any Help would be appreciated.
|
| Silly "enter-value" macro question! (Does anybody know?) | 20 Oct 2005 22:49 GMT | 9 |
Does anyone know how to make this macro? You'll be a 'life-saver' for me if you do! (NOTE: I do not have any experience using the macro "editor" -- I've only used the 'record macro' function so far. So if you want me to enter some
|
| Macro for paste special | 20 Oct 2005 21:32 GMT | 2 |
I've recorded a marco to do a 'Edit/Paste Special.../Unformatted Text" and assigned it to a keyboard shortcut. However it simply does a normal paste instead. This is the recorded VBA:
|
| Averge of Check boxes | 20 Oct 2005 19:53 GMT | 3 |
I have a form were users need to select a cyheckbox that correspondes to a rating of 1 thru 4 and I need to get the average score of all. Example: 1 2 3 4
|
| Bookmark that moves! | 20 Oct 2005 19:07 GMT | 3 |
I use a Word template that has a bookmark called LASTPAGE right at the end (so that the footers can display "Page M of N", where "N" is the last page number in the current section rather than in the document. (Pages are numbered i to x, 1 to 20 for example.) Recently, I wrote the ...
|
| i have problem with iserting pictures ,i have blank box | 20 Oct 2005 18:45 GMT | 1 |
when inserting a picture ,it appears as white box. i have office 2003
|
| SEQ number field?? | 20 Oct 2005 18:44 GMT | 3 |
I'm having a problem, how to create a sequencial number field. this document is an tempate, and i open i want the number to be sequencial. for example, if i enter in the template three times th sequencial, number have to be 1, 2 and 3. 1 for the first template opened, 2 for th ...
|
| Max number of args to a function? | 20 Oct 2005 18:13 GMT | 9 |
Is there a limit to the number of arguments a VBA function can take in Word 2003? Someone mentioned two or three years ago that the limit was 59, but I am wondering if that has changed. I don't see anything in Help about this. Thanks.
|
| Field Question | 20 Oct 2005 17:36 GMT | 5 |
I have two fields that I have inserted in one file. Both are "Fill-in" one is located at the top of the page and the other one is located at the bottom of the page. Both information are the same (name of the person). Although this name is the same (in the top and the bottom) I ...
|
| Help with Prompts = Code attached Simple if statement? | 20 Oct 2005 17:32 GMT | 1 |
What im wanting to try is for this code to cycle through the document and once you have imputted your criteria: sFnd = Enter the word you wish to replace with a hyperlink sHpl = Enter File Name
|