On 11/12/2009 4:41 PM Yashwin Kanchan said...
Hi Guys
I am trying to create a simple test COM server , but am have trouble
assigning any property value to it through excel VBA.
Please point out where i am going wrong.
#COM server
class test(object):
_reg_clsid_ = "{B5901450-F9A1-4F76-8
"Yashwin Kanchan" wrote
I am trying to create a simple test COM server , but am have trouble
assigning any property value to it through excel VBA.
I've never tried using properties via COM.
Does it work if you disable the property aspect and expose
the set/get methods directly? Can you access