I've been looking all over the net for tips on how to pass command-line arguments to a worksheet.

Many pages refer to a function in "kernel32" with a "Auto_open" sub, but all these apply to Excel 97!!!

The "Command"-method doesn't seem to catch my arguments either...

How can i start a workbook like this:

\\server\share\folder\myworkbook.xls /param1 /param2 /param3

...and catch the params in my VBA macro?

/David