Setting a value in an add-in
Dim myVal as variant
myval = workbooks("otherworkbook.xls").worksheets("sheet1" ).range("a1").value
If I understood.
polandjc wrote:
Is there some way to set a cell value or a public variable in an add-in from
another worksheet that is using the add-in? If so, how? TIA!
Jim
--
Dave Peterson
|