View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Lynn McGuire[_2_] Lynn McGuire[_2_] is offline
external usenet poster
 
Posts: 47
Default BSTR to char* Help!

I'm trying to convert a BSTR string pass from VBA to a xll/dll but
without success. I tried the following:


Did you try the method _bstr_t (Variant bstrVal);

Lynn