LearningAsIGo
Technical User
I've been trying to figure out how to declare a CreateObject, but i don't know what to use for the statement or how to find it. Using what i found for Excel
I tried to use the same thing to create a Windows Media Player object with ("WMPlayer.Application"), but it was different
How do I know what to use in the CreataObject? is there a place i can check for the object refrence?
Thank you
Code:
Set AppExcel = CreateObject("Excel.Application")
Code:
Set objPlayer = CreateObject("WMPlayer.OCX")
Thank you