Problem with reading excel cell value to a VARIANT

Posted by Nimo on Stack Overflow See other posts from Stack Overflow or by Nimo
Published on 2010-03-15T10:05:25Z Indexed on 2010/03/15 10:09 UTC
Read the original article Hit count: 289

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about excel

Related posts about vba