Not as far as I know - this would be workbook specific
Rgds, Geoff
We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.
You would have to change the settings whenever the user selects a cell in that area. Have a look at the Worksheet_SelectionChange event. ( remember that you'd also have to code for settings things back to normal whenever a cell outside that area is selected )
Thanks for your responses. There's obviously nothing "transparent", as I had thought.
I'm surprised there wouldn't be this Excel capability. There have to be numerous applications such as mine where there is a need for data entry of various number formats on the same worksheet, including only one section that requires a .### format. Not having to hit the decimal point on these hundreds of entries would be great.
A format does not CHANGE anything, except what is displayed. The underlying data is UNCHANGED.
This feature CHANGES the data. You must use this feature VERY CAREFULLY. If you turn on the built-in Tools > Options - EDIT Tab: Fixed decimal places which is obviously for the entire workbook, each time you EDIT a numeric value, it divides by 10^(the number your selected), [red]CHANGING THE VALUE!!!!!!![/red]
Skip, Don't let the Diatribe...
talk you to death! Just traded in my old subtlety... for a NUANCE!
A much more worrying issue, when entering huge lists by hand, is what you're going to do about error-checking... Unfortunately Excel lacks an =iswhatiintendedtotype() function.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.