Chika95 Posted May 29, 2008 Posted May 29, 2008 I want to open up a specific excel file on a network mapped drive, but I don't want to a macro to start excel, then open the OPEN dialog box, browse for the file name, and open it that way. I just want a one liner that says, Open this file in whatever windows says the appropriate program is.
someone Posted May 29, 2008 Posted May 29, 2008 ShellExecute is what your looking for While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') WEnd
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now