command line


Posted by Michael on December 06, 2001 12:58 PM

How do you pass a value to an Excel page when you open it?
Something similar is when you pass a value to a web page like:
http://www.dictionary.com/cgi-bin/dict.pl?term=cat
When the page loads the variable "tem" will equal "cat"
how do I do this? I want to create a page in Excel that
can completely change based on a value I pass from a web-based
link.
Thank you.



Posted by nate on December 06, 2001 1:07 PM

Can't you just declare a variable public and then set that variable how ever you choose. Then when you go to retrieve that variable it is set to what you specified.