How do I code VBA to hit button on a different worksheet?
I have a protected worksheet that has a button that I want to execute
using VBA.
The worksheet in question is protected with the exception of certain
cells where I can paste values.
I am creating a VBA to do all the pasting but I can't figure out how to
execute the button.
Run or Call don't work.
Help.
TIA.
|