M
Mike-hime
There is a point in my code where I would like to reset the same range on
several worksheets to empty. Is there a way to do this without writing a
line of code for each sheet?
It looks like this right now:
MySheet1.Range("C3") = ""
MySheet2.Range("C3") = ""
MySheet2.Range("C3") = ""
etc...
TIA
Mike-hime
several worksheets to empty. Is there a way to do this without writing a
line of code for each sheet?
It looks like this right now:
MySheet1.Range("C3") = ""
MySheet2.Range("C3") = ""
MySheet2.Range("C3") = ""
etc...
TIA
Mike-hime