Can Excel Macro DoubleClick Icon?

  • Thread starter Thread starter Al
  • Start date Start date
A

Al

is it possible for an Excel Macro to doubleclick an icon
{or shortcut} located on my Desktop?

When doubleclicked, the icon initiates a monarch process
which transfers information from a mainframe download
format to an excel spreadsheet.

Thanks in advance.
 
Hi
instead of this (I doubt this is possible) you could use the SHELL
method to start a different program
 
Thanks Frank. Could you please give me an example of
shell code that would start a different program?
 
Hi
just have a look at the VBA help for the shell command. It includes an
example
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top