determine how a cell is formatted

  • Thread starter Thread starter Sean Farrow
  • Start date Start date
S

Sean Farrow

Hi:
How can I determine how a cell or range is formatted.
I'm thinking things that could afect the cell.value property, i.e decimal
places etc.
Chers
Sean.
 
Use the NumberFormat property...

MsgBox Range("A1").NumberFormat
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top