Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Jun Mundia

    VBA EXCEL ActiveX Component Can't Create Object in Reflection Workspace

    Hi Skip, I'm sorry was out for days. but here's what I understand. in order to access the frame I need to get the application itself by doing this. Set oApp = New Attachmate_Reflection_Objects_Framework.ApplicationObject or Set oApp = CreateObject("Reflection Workspace") however, none of...
  2. Jun Mundia

    VBA EXCEL ActiveX Component Can't Create Object in Reflection Workspace

    Here it is. As mentioned in the Help files. Set oApp = CreateObject(Reflection Workspace) If (oApp Is Nothing) Then MsgBox "Unable to create Attachmate Workspace Application", vbCritical, "Application Workspace Error" GoTo Obj_Release End If
  3. Jun Mundia

    VBA EXCEL ActiveX Component Can't Create Object in Reflection Workspace

    Thank you Skip for sharing. I also tried this. Using creatobject and getobject approach. But still getting the same error. I also created some macro before using attachmate extra like the one you shared above with no problem. Seems this attacmate reflection is giving me a hard time. I saw last...
  4. Jun Mundia

    VBA EXCEL ActiveX Component Can't Create Object in Reflection Workspace

    Hi Skip. Yes, I had all that referenced also but still error is prompting that Active X can't create the object.
  5. Jun Mundia

    VBA EXCEL ActiveX Component Can't Create Object in Reflection Workspace

    Hi Skip. Thank you for looking into this. Yes I do. Also, i have it installed. It's already been a week and couldn't resolve this.
  6. Jun Mundia

    VBA EXCEL ActiveX Component Can't Create Object in Reflection Workspace

    Hello, Did anyone encountered and had a solution when trying to bind the Reflection Workspace 2014 in Excel VBA. I'm getting an error when creating a object. Saw a post on the related subject by sharonniles, however didn't saw the issue was resolved. here is the code below. Please help. Dim...

Part and Inventory Search

Back
Top