View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Can Excel Macro DoubleClick Icon?

Hi
instead of this (I doubt this is possible) you could use the SHELL
method to start a different program

--
Regards
Frank Kabel
Frankfurt, Germany


Al wrote:
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.