| Thread | Last Post | Replies |
|
| Combo box on user form | 05 Mar 2004 14:30 GMT | 2 |
I've coded a userform to populate a combo box from Excel. Works fine, but... I want the User to use only the values from Excel. I set the MatchRequired property to True. Problem is if the user types anything in the combo box or even deletes what they have typed or selected they ...
|
| delete last row and return to the last row in the table | 05 Mar 2004 11:59 GMT | 2 |
hi more experience needed... if there a quick swift way to delete rows out the table and if it then jumps out of the table due to being the last row, move the insertion
|
| Addins.Add takes FOREVER | 05 Mar 2004 08:51 GMT | 1 |
Issuing the following calls in a Word macro fSpecTemplate = c:\Test\Test.do Addins.Add FileName:=fSpecTemplate, Install:=Tru The Addins.Add call takes a good 20 seconds to run on a client's machine (but not any of mine). After this long delay, the call is successful and the Addin ...
|
| Error handling options | 05 Mar 2004 08:43 GMT | 5 |
Can anybody tell me where Word 97 stores error handling options? It is set to "Break in Class Module" by default automatically when a new instance of Word is opened. I need to change it to "Break on Unhandled Errors", but it does not persists between sessions.
|
| Dialog Box | 05 Mar 2004 08:25 GMT | 4 |
Can I use the common dialog boxes within word, if so then how!?!?! I need a browse function which will allow the user to browse the fil system for files, returning the full path of the file that is selecte into a text box (txtFileName) I have tried using the word dialog boxe
|
| tracking users | 05 Mar 2004 05:59 GMT | 1 |
I think I have seen/read this before, but I cannot remember where or what it would have been called. I need to be able to track which users open/access certain documents. Management wants to ensure the employees are
|
| Need to create an autoexec macro for Word 2003 to open in Normal View | 05 Mar 2004 05:20 GMT | 2 |
I've never written a word macro before. I need to create this for Corporate Deployment where all the word users when they launch wor will have it open in Normal View..currently its PageLayout View whic the bosses refuse to accept and are after me to fix it.
|
| Sorting in VBA (andVB) | 04 Mar 2004 23:49 GMT | 10 |
I guess that 29 Feb is an odd day on which to have a birth announcement. Up until a few years ago, I used to commit the sin of recommending that folkes use WordBasic.SortArray for sorting, well a number of years ago, I started some investigations and had an epiphany. So here's the ...
|
| Check by leaving frame | 04 Mar 2004 23:43 GMT | 1 |
I have 2 frames on a dialogbox. When leaving the first frame there is a check whether the variable txtHoofdopsteller is empty or not. The frame must not been abandoned when the named variable is empty unless......
|
| checkbox inserting autotext | 04 Mar 2004 23:24 GMT | 2 |
Forgive me if this cross-posts to the UseNet newsgroup but I am unabl to access usenet at work. This is my code at present If CheckBox1 Then
|
| bullets and numbers | 04 Mar 2004 23:12 GMT | 3 |
I am trying to make a user form in Word 2000. The form is simple with just a table for user entry. I have been able to add bullets to the form field. When I try to include a subbullet in the protected form field by hitting the tab
|
| SaveCopyAs | 04 Mar 2004 23:01 GMT | 7 |
I have a template which save a copy to another specified path on close BUT this code runs everytime this document is opened and it also runs when the finished document (media release) is emailed out to Journalists. Can
|
| Picture object in a word table | 04 Mar 2004 22:51 GMT | 3 |
Dear experts: How do I find out the information in a cell of a word table where it contains a picture object? I'm interested in its picture size, filename, and other info pertaining the
|
| mutually exclusive checkboxes on a form | 04 Mar 2004 22:48 GMT | 10 |
How do I group checkboxes to be mutually exclusive in a Word form? (Like radio buttons on a web page) Thank you
|
| Find and Loop Macro | 04 Mar 2004 22:46 GMT | 4 |
Can't seem to find anything similar on this site but I need the following code. I want to search for any text where strikethrough has been applied. I then want to delete the text and do it again until all strikethrough
|