View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lynn McGuire[_2_] Lynn McGuire[_2_] is offline
external usenet poster
 
Posts: 47
Default convert selection variant idispatch to something useful

I have a C++ app that I am converting from using DDE to OLE Automation
to talk with Excel. Does anyone know how to convert a "selection" Variant
of type VT_DISPATCH to something useful like a char string ?

Thanks,
Lynn McGuire