Thread: getformat
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Yendorian Yendorian is offline
external usenet poster
 
Posts: 32
Default getformat

I need to identify which currency format is being used in a particular cell
on an Excel worksheet. (Excel 2003). Ideally I'd like the format to appear
next to the cell in question.
e.g. $ 100.00 [$ #,##0.00]
Can anyone tell me how to do this, please? Thanks