J'ai un petit problème avec cette convertion
En fait je veux chercher la valeur d'une cellule Excel donc j'utilise la fonction get_Value qui me renvoit la valeur sous un type VARIANT
Mais la conversion suivante ne marche pas. ????Code:VARIANT toto = oRange.get_Value(COleVariant("B2"));
quelqu'un aurait il une autre solution ????Code:CString m_Value = (wchar_t *)toto.pbstrVal;)
merci d'avance