Cell Formats

  • Thread starter Thread starter Jeff Klein
  • Start date Start date
J

Jeff Klein

I know how to reference the value of a cell but is there a way o reference a
cells format?
 
Provide more details about what you wany to achieve, please.

There are ways to ascertain the formatting of a cell but generally would require
VBA


Gord Dibben MS Excel MVP
 
I know how to reference the value of a cell but is there a way o reference a
cells format?

In VBA, you can access the numberformat property.

As a worksheet function, you can access SOME (not ALL) information using the
CELL worksheet function (see HELP for that).
--ron
 

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