Problem with reading excel cell value to a VARIANT
- by Nimo
hi,
I'm reading a excel cell value to a VARIANT data type from VBA code.
When I enter a integer value to the cell, the VARIANT always takes the argument as type double. Please help me to rectify this problem.
Thank you