Consulting

Results 1 to 2 of 2

Thread: Solved: .UMAS file extension

  1. #1
    VBAX Tutor
    Joined
    Nov 2007
    Posts
    291
    Location

    Solved: .UMAS file extension

    Hello,

    I am using a workbook with existing macros in it and have the following line in the code :-

    myobj = CreateObject("PHILFER.UMAS")

    I have seen CreateObject used to create another instance of excel when working with automation but have no idea what this UMAS extension is all about.

    Can anyone shine any light on this or point me in the right direction

    Thanks
    Phil

  2. #2
    VBAX Master
    Joined
    Jun 2007
    Location
    East Sussex
    Posts
    1,110
    Location
    Createobject will create an instance of a COM object. I have no idea what UMAS is though - you would have to ask whoever created the macro. It presumably relates to some software on your machine - have you created any automation add-ins?
    Regards,
    Rory

    Microsoft MVP - Excel

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •