| Thread | Last Post | Replies |
|
| Word XP: Mouse Over | 04 Jan 2008 04:52 GMT | 2 |
Is it possible to create a blank line in forms where a client and roll their mouse over the line and get pop-up telling the user what to key in. I have looke everywhere for this information and can't find anything
|
| Excel cell reference in Word Macro | 03 Jan 2008 19:09 GMT | 6 |
I have an Excel Spreadsheet that contains some information and I'am try to reference to one cell in the Excel workbook. This cell needs to be entered into a New Word document Macro so I can go to our Company Intranet and open the word document that contains the information I need ...
|
| Printing contents of a section twice | 03 Jan 2008 18:37 GMT | 2 |
First I am using Word 2003. My macro needs section 2 to be printed twice in a certain order, for example, Client #1, two copies, Client #2, two copies, Client#3, two copies, etc. The number of clients can vary, but the beginning page number in the macro is always Page 2. Then ...
|
| Appending REF Field data to a csv file | 03 Jan 2008 18:07 GMT | 1 |
I'm trying to write a macro to take REF field data in MS Word and save/append that data in a csv file. So far, I've been able to pull the REF field data and put it in a variable named sOutput.
|
| how to disable header in the two first page in a document | 03 Jan 2008 15:01 GMT | 2 |
I want to the header not see in te first two pages. How can I do it??
|
| Freeform shapes area calculation | 03 Jan 2008 13:21 GMT | 4 |
I would like users to be able to draw freeform shapes (using straight not curved lines) and then to run a macro to calculate it's area in cm. I don't mind if this is in Word 2003 or Excel 2007. I have found some links on the web for excel methods but none of them seem
|
| Error closing files and quitting Word 2007 SP1 | 03 Jan 2008 12:11 GMT | 1 |
I'm using C# for Word interop and can't find another newsgroup so here goes. I'm creating an instance of Word 2007 SP1 and successfully loading in a file. However, when I ask it to close all documents, it fails with a COM error of "Command Failed", HRESULT -2146824090.
|
| go to last page of the document -word 2003 | 03 Jan 2008 08:47 GMT | 3 |
I'm trying to program a macro. One of the steps is to go to end of document and change the header. I'm unable to find the command (or write the program) to go to last page of the document. (I don't have number of pages neither bookmarks)
|
| help! email attachment is blank | 03 Jan 2008 00:24 GMT | 4 |
I've created a document template with a userform. When I pull up a new document, I want to be able to "fill in the blanks" on the user form, update the document, and have it sent automatically to a specific email address. I'm using Word 2003 and Groupwise. So far so good ... it ...
|
| Update Text In All Footers | 02 Jan 2008 18:50 GMT | 3 |
I have a VB macro that I need to add something to. I am trying to amend the text in all footers. I need the text to show: "Document Title v1.0 " & "_" & PNAME & "_" & PCODE & ".doc"
|
| Auto_new VBA to autoname a document and autosave to a specific pat | 02 Jan 2008 15:03 GMT | 7 |
Word 2003 I have accomplished most of what I needed to do already but one more issue. I have a Word document that is stored on a SharePoint site as a template (but still a .doc) file. An auto_new sub is started to bookmark a place in the
|
| This is Probalbly as Lesson I will Learn Again | 02 Jan 2008 15:00 GMT | 2 |
I have a faint recollection of being schooled on this issue once before but I can't find my notes and I can't remember the lesson. If I have a procedure in a standard module and I want to get several items of data from a UserForm is there anything wrong with an approach as shown ...
|
| Range.Calculate | 02 Jan 2008 00:01 GMT | 3 |
Does anyone know how Range.Calculate manages to define the "range" of a selection of cells to just those cells and exclude adjacent cells? I created a simple 3 column x 2 row table and put the number 2 in each cell. Then I selected the middle column and ran this code:
|
| tab to the next form field | 01 Jan 2008 23:47 GMT | 1 |
I have a legal document set up as protected for filling out forms, and some of the field forms have formatting applied to dates & currencies. When I populate the document programatically, the field formats I need aren't applied until I tab through the doc, hence this posting.
|
| Autoexecute of macro in Word | 01 Jan 2008 11:28 GMT | 4 |
I would like to know whether it is possible to run a macro/function automatically when a document is loaded from a template? A long time ago, it was possible to name a macro "Autoexecute" (I think) in the template, and that was it.
|