Hi guys,
i am trying to call an application (Powersim Studio) using vba. BUT i want to be able to call it by calling the file in particular. I have tried:
stName = "c:\thisisatest.sip"
shell stName, vbNormalFocus
but no avail.
I am hoping the operating system will determine the appropriate application to launch when the 'thisisatest.sip' file is called.
Any ideas would be most appreciated!
i am trying to call an application (Powersim Studio) using vba. BUT i want to be able to call it by calling the file in particular. I have tried:
stName = "c:\thisisatest.sip"
shell stName, vbNormalFocus
but no avail.
I am hoping the operating system will determine the appropriate application to launch when the 'thisisatest.sip' file is called.
Any ideas would be most appreciated!