Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the NumberFormat property...
MsgBox Range("A1").NumberFormat -- Rick (MVP - Excel) "Sean Farrow" wrote in message ... 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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub whatformat()
MsgBox (ActiveCell.NumberFormat) End Sub -- Gary''s Student - gsnu2007k |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
linking a text formatted cell to a formula cell | Excel Discussion (Misc queries) | |||
Why do I get this ###### instead of 11:00 p.m. in formatted cell? | New Users to Excel | |||
Formatted Cell | Excel Discussion (Misc queries) | |||
Converting 'General' formatted cells to Text formatted cell using. | Excel Worksheet Functions | |||
How can you determine if a cell is formatted as a percent? | Excel Programming |