Macro runs on cell value
Can I run the same macro or Subroutine from different Cells.
for example
I want the Macro 'MyMacro()' to use the value in the cell.
However I'm Not sure how to pass the string value in the cell
to the macro
If Cell A1 had 'Supplier'
MyMacro would look like this
=MyData(A1)
I want to use the same Subroutine for other
Cell value for example
If Cell A2 has 'Customer'
MyMacro would look like this
=MyData(A2)
--
Jeff
|