Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel 2003
I am trying to display a character counter in real time. Scenario: An Excel form has a comment cell where the user types a comment. (We all know that Excel can display 1024 characters in a cell and 32,767 in the formula bar. When you print, Excel can only print a portion of those and help doesn't give the exact mount). I need to print the entire contents of a cell up to the limitaions above. The Excel Printing group suggested that I use the =LEN(cellref) to count the characters in the cell to give the user a warning of how many characters they have entered. Assuming that Excel can print what it displays in the cell (1024 characters), I amended that fomrula to =1024-LEN(cellref) which works good but only after you leave the comment cell. Is there a way to make the results of this counter cell real-time? (To give a running result while the user is still in the comment cell.) If it is not possible, I would like to add a character counter to the cell or adjacent cell so users know how many characters they have left before the print copy won't show them. Anyone know where or how I can get/vba a counter? Thanks Jack |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Local Apparent Time (LAT) - real / actual solar time ? | Excel Worksheet Functions | |||
dynamic character counter for merged cell text field | Excel Worksheet Functions | |||
How to set the time counter? | Excel Worksheet Functions | |||
Do While Loop using time as the counter | Excel Programming | |||
DDE real time and time dispay conflict | Excel Programming |