View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Donemowe Donemowe is offline
external usenet poster
 
Posts: 2
Default Command line parameters into a macro

Hi,

Is there any way I can pass some parameters into a macro? The macro is
currently executing correctly except that I am hard coding a variable that I
want passed into it.

Ideally I'd like to pass it in from a hyperlink - something like
"myspreadsheet.xls?paramvalue=12345".

Does anyone know if this is possible?

Regards,

Tony