If I'm trying to create an object that is dependent on an application (ArcCatalog-for those wondering), is it:
Set xxxx = CreateObject("ArcCatalog.object_name"
?
I've tried different variations of this and I keep getting an ActiveX error <can't create the object>. Suggestions?
Set xxxx = CreateObject("ArcCatalog.object_name"
?
I've tried different variations of this and I keep getting an ActiveX error <can't create the object>. Suggestions?