Hi there,
Does anyone know a way of telling in VBA code what type of data a given spreadsheet cell holds where the type would be either
numeric (like 36)
text (like "Saturday")
or
formula (like "=A1*2")
Would there by a property of the cell which would reveal this or do we have to write code to examine each character of the cell contents until we could establish this?
Any help would be appreciated.
Thank you
Does anyone know a way of telling in VBA code what type of data a given spreadsheet cell holds where the type would be either
numeric (like 36)
text (like "Saturday")
or
formula (like "=A1*2")
Would there by a property of the cell which would reveal this or do we have to write code to examine each character of the cell contents until we could establish this?
Any help would be appreciated.
Thank you