| Thread | Last Post | Replies |
|
| interface to mark image coordinates | 20 Jun 2007 22:47 GMT | 1 |
[I posted the same in the word graphics news group later I felt this is the right place.] I have req where I prompt the user to browse for an image, which will be copied to a folder and as the user starts fillin in the word template I need
|
| Word 2003 calculate GPA | 20 Jun 2007 22:19 GMT | 7 |
I created a report card template awhile ago with drop down fields for teachers to input student grades (A, B, C, etc.) I was asked recently if it were possible to calculate the GPA from these field results. I'm over my head here. What is the best approach? Macro? Visual Basic? ...
|
| Word 2007 embedded Chart with excel data saved within document. | 20 Jun 2007 21:38 GMT | 3 |
I have a word 2007 document with a embedded chart. The data for the chart is saved in a excel file within the document. Is there a way to manipulate the excel data with vba.
|
| Using VBA w/ IE6: how to run a JavaScript? | 20 Jun 2007 18:34 GMT | 2 |
Using VBA in Word 2003, I've managed to navigate to a web page (Windows XP, IE6sp2) and set an object to it, then find the two elements on the page that I want and set objects to them also. All I want to do is select a checkbox, then select the Next Page - lather,
|
| Fire A Macro Once A Day | 20 Jun 2007 17:16 GMT | 7 |
How do you add a timer to a macro script that would fire, say, once a day to run a macro. There would be no userform associated with the scripts.
|
| Shortcuts | 20 Jun 2007 16:56 GMT | 4 |
How do I access a file with a short cut? Say I have a fax form saved in my documents and I want to access it by simply typing fax and hitting enter...
|
| How do I access a new Word Macro on multiple network computers? | 20 Jun 2007 16:06 GMT | 4 |
I've created a new Macro in Word. Apparently, it appears to be maintained on my individual computer. How can I share this macro with other Network computers or move it to a level where it can be accessed by other network computers. I do not see anything helpful in the Word ...
|
| shortcut | 20 Jun 2007 15:54 GMT | 1 |
How can I substitute a symbol for a word? I want to be able to type a symbol to automatically replace a long word I must use frequently.
|
| null protected document/ unique referrence | 20 Jun 2007 15:38 GMT | 4 |
I have a document that is protected so the user cannot enter information in any place i don't want them to. When the form is saved, I have a macro to input a unique reference in a text box (which unprotects the document and protects it again, obviously)
|
| Decimal Tab | 20 Jun 2007 13:00 GMT | 4 |
I want to create a document with columns that I will just tab to and insert data. However, one of the columns will contain decimal numbers so I want to use a decimal tab for that one. It is the third column out of four. I can't figure out how to get that to work. Any help would ...
|
| IF statement, unprotect document only if protected | 20 Jun 2007 09:58 GMT | 1 |
Hi i was wondering if anyone change help me. My code currently works on a protected word document. I want the code to also execute if the document is unprotected already. Would anyone know the if statement whereby if it is protected then unprotect it else just carry on through ...
|
| Word automation | 20 Jun 2007 09:32 GMT | 3 |
I'm using word automation from HTML to open Word and various documents. The first time (when I open the application) Word and the document shows. The second time (when Word is already open) it dosn't always show Word, instead the minimized icon just flickers shortly in the task ...
|
| Split Table with Heading | 20 Jun 2007 08:04 GMT | 2 |
All, I'm trying to find a solution for a friend. He has a document that contains a very large table. Has applied a heading style to a cell in a row throughout the document. Why, I don't know.
|
| run macro on exit of dropdown field | 19 Jun 2007 22:20 GMT | 1 |
If "yes" is selected from dropdown list, a macro on exit should unhide the hidden text of the document. The dropdown list is called "noyes", and the macro is called "unhide".
|
| dropdown choice unhide hidden text | 19 Jun 2007 21:55 GMT | 2 |
Hi. If "yes" is selected from dropdown list, a macro on exit should unhide the hidden text of the document. The dropdown list is called "noyes", and the macro is called "unhide". The possible values of the dropdown list are only "yes" or "no", "no"
|