View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.setup
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default auto format on number entry

ToolsOptionsEdit.

Check "fixed decimal places" and set to 2 places.

Note: this is global setting so all workbooks/worksheets will be affected.

Otherwise, event code can do the job for a specific range or worksheet.


Gord Dibben MS Excel MVP


On Mon, 9 Apr 2007 16:05:29 -0700, "bbxrider" wrote:

is there some macro/etc that will auto convert entered numbers into 2
decimal places
like an adding machine,
i dont mean to convert after the number is entered and then run a macro that
divides by 100
but essentially doing the divide by 100 when either return is hit or an
arrow key that moves
out of the cell where the number has just been entered.