I was thinking this morning… you can right-click an excel file and it gives the option to open, print, etc. Looking at the configuration, Windows uses DDE to pass
[open(`% 1`)][print()][close()]
to Excel to open the file, print it, and then close it.
Can something similar be used to execute a macro? Open a file, run a macro (which processes some information and generates some output files), and then close it?
Boy, that would be sweet… Ideas?
thanks!
..dane