D
delisle_d
I am currently writting a VBScript that needs to search for Cells in Excel
that have been formatted in Scientific. I need to exclude these specific
Cells to obtain output recommended for my project. Can someone help me
understand what should be looked for?
Tying to execute:
If objExcel.Cells(intRow,column).xxxxx = Scientific Then
intRow = intRow + 1
Else.......
that have been formatted in Scientific. I need to exclude these specific
Cells to obtain output recommended for my project. Can someone help me
understand what should be looked for?
Tying to execute:
If objExcel.Cells(intRow,column).xxxxx = Scientific Then
intRow = intRow + 1
Else.......