| Thread | Last Post | Replies |
|
| change colour in title of userform | 21 Sep 2007 01:49 GMT | 7 |
Is it possible to change the background colour of the title in a vba user form (the one that defaults to UserForm1 when you create a new userform)? I know how to change the colours of the form itself and of any text boxes etc. placed on the form but not the title.
|
| Update all hyperlinks after changing doc name? | 21 Sep 2007 01:32 GMT | 1 |
Using Word 2002 - I changed my document name and now of course all my internal hyperlinks are bust and I can no longer hop around the contents. Instead of editing each one individually to correct the doc name, is there any way to do this all in one?
|
| Where is the VBA Code? | 20 Sep 2007 22:12 GMT | 1 |
Where and or How do I find the VBA code in my project? I hear it also has a Access database attached. I think I could find the path if I can figure out how to access the code in my Word Document. Thank you
|
| complex table manipulation via VBA (in ms access) | 20 Sep 2007 20:35 GMT | 1 |
I moved this post here from the docmanagement newsgroup as it makes more sense in this one. I am trying to populate a table (word 2003) via automation in ms access. My template word file is set up with a table as follows (sorry, I cannot get
|
| Help with Repeated Find and Select in a Specified Table Range (Col | 20 Sep 2007 20:20 GMT | 2 |
I have an established range in a table. In that range there is verbiage surrounded by parenthesis like (abc) (defghi) (jklm) etc. I would like to select each instance in the range to do something with it before going to the next row.
|
| How to call functions from external programs | 20 Sep 2007 19:54 GMT | 4 |
I build a com add-in for word 2003/2007 using c# and it works well. Now I need to set variable values and run funcions from an external .net program. How can I do? I tried to access the add-in via object model but with no results..
|
| DocVariable Document Automation | 20 Sep 2007 18:44 GMT | 2 |
I'm creating a Document that pulls information from our agency management system. The field I am trying to populate needs to define the effective and end dates in a contract period (i.e., January 1, 2007 through December 31, 2007).
|
| Outlook Automation | 20 Sep 2007 18:22 GMT | 2 |
I have the following code behind a command button. How can I get the Outlook application to become the active/visible window so the user can use their addressbook to select recipients? Private Sub CommandButton1_Click()
|
| Copying styles from a .dot to .doc sometimes changes the condensin | 20 Sep 2007 18:06 GMT | 6 |
I have some strange style copying behaviour in Word 2003 under XP here. I have a template.dot file with example text set up in all our corporate styles. We refresh our book chapters with this just before publishing. If we refrefresh using the same font as the book already ...
|
| return to bookmark on page one after all the way to end of doc | 20 Sep 2007 17:53 GMT | 1 |
word 03 access 2k vba automation from access I'm trying to put the # of pages in a bookmark on page one after the entire
|
| Macros and/or document updating | 20 Sep 2007 17:14 GMT | 2 |
I have a situation and am not sure how to handle it. I have a disaster recovery document that has to be updated frequently and sent to all the team players. Ideally I would like to update it in one place and automatically send to all participants. Or, I would like to send the ...
|
| formatting numbers in a cell | 20 Sep 2007 15:14 GMT | 2 |
Hi, I have a table in a document that is filled with a userform, how can I format numbers in a cell (2345.00 insted of 2345) and right align those numbers ? With ActiveDocument.Tables(1).Cell(Row:=Fila, Column:=5).Range
|
| go to next in loop under conditions | 20 Sep 2007 13:55 GMT | 2 |
I need to search many form fields in order to spellcheck them, and want the spell check to pass over it if the formfield is empty, how would I do this? I have tried this: **************************
|
| Store and Retrieve Network Path for Word Add-in | 20 Sep 2007 10:35 GMT | 1 |
I developed an add-in I plan to sell. The add-in loads stored images from the program files directory on the host computer. The program works fine with a local install. However, I would like to be able to offer the program for network installations. I can't figure out the ...
|
| Word 2007 headers | 20 Sep 2007 07:26 GMT | 1 |
Can you insert text into a Word 2007 header that is in column or table form? If so, how? Our firm's letterhead has all of our attorneys listed on it but
|