J
JoAnn
I have a sub in a module that defines a range based on user-entered start &
end rows. Those values are then combined & stored in a variable
(strClick_Range). All variables are declared at the beginning of the module
with DIM stmts. Both the module & the sheet are in the same workbook.
How can I have the newly defined range updated/used by my Sheet 1 click
event to ensure that it's always current? It generates an error ("Runtime
error: 1004 - method range of object Worksheet failed"), so I must be doing
something wrong.
Thanks,
end rows. Those values are then combined & stored in a variable
(strClick_Range). All variables are declared at the beginning of the module
with DIM stmts. Both the module & the sheet are in the same workbook.
How can I have the newly defined range updated/used by my Sheet 1 click
event to ensure that it's always current? It generates an error ("Runtime
error: 1004 - method range of object Worksheet failed"), so I must be doing
something wrong.
Thanks,