View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Run macro which name is cell value

Hi eLaCiD,

Try assigning the following macro to the button / shape:

'=============
Public Sub TesterA()
Application.Run (Range("A1").Text)
End Sub
'<<=============


---
Regards,
Norman


"eLaCiD" wrote in message
...
Hi

Need way how to run macro which name is cell value
Example :

Click on button (or any shape) will run macro which name is in cell A1