Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MarkWittie

    How to determine format of cell value

    I figured it out: If Vartype(Cells(10,10).Value) = vbDate Then .... End If Thanks for the reply. Mark
  2. MarkWittie

    How to determine format of cell value

    I need to be able to tell if a particular cell contains text or a valid date before using the DATEDIFF function. I can't find a property for the RANGE object that tells you the cell format. Anybody have a suggestion? Mark

Part and Inventory Search

Back
Top