Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Is there a way to have excel do this automatically. I have asap utilities but
you still have to initiate it each time. |
#2
![]() |
|||
|
|||
![]()
If you put the code from this page in your personal macro workbook:
http://www.mvps.org/dmcritchie/excel/proper.htm And then from this page: http://www.mvps.org/dmcritchie/excel...#proper_change put a variation of the Event Procedure under the heading "Invoking a Change Event macro to change to Proper Case (#proper_change)" in the code for the worksheet in question. Then yes, you can. Note: To test this, I removed: If Target.Column < 4 Then Exit Sub 'only allow changes to Col D from the Event code, and it worked for me. In order to pull this off, you'll need to know a little about Event Procedures and Personal.xls. To get the basics, http://www.mvps.org/dmcritchie/excel/getstarted.htm. Three cheers for David McRitchie's informative site. -- tj "terrya64" wrote: Is there a way to have excel do this automatically. I have asap utilities but you still have to initiate it each time. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Split Long Text Cell into Two Shorter Cells Without Splitting Word | Excel Discussion (Misc queries) | |||
how do I make a word typed in a cell go to a specific cell in anot | Excel Discussion (Misc queries) | |||
up to 7 functions? | Excel Worksheet Functions | |||
Displaying cell references next to embedded cells in Word 2000 | New Users to Excel | |||
How do I imbed a Word document into an Excel cell? | Excel Discussion (Misc queries) |