View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Corey Corey is offline
external usenet poster
 
Posts: 363
Default run macro on a CommandButton from another sheet

I am trying to get a macro linked to a commandbutton to run, from another code in another sheet, but
casnnot get the code right.

Tried:

Sheet2.CommandButton2.Select etc to no avail

What is the line of code to run it ?

Corey....