M
Mike
Can anyone confirm whether this function will operate
under Office 97 - i have a workbook that stalls if run on
O97 - no error message - but runs on a colleagues O2000.
This function is used during the phase in question...
Function GetFormat(Cell As Range) As String
GetFormat = Cell.NumberFormat
End Function
many thanks.
under Office 97 - i have a workbook that stalls if run on
O97 - no error message - but runs on a colleagues O2000.
This function is used during the phase in question...
Function GetFormat(Cell As Range) As String
GetFormat = Cell.NumberFormat
End Function
many thanks.