View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] tbarker01@gmail.com is offline
external usenet poster
 
Posts: 3
Default 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.