View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Stefi Stefi is offline
external usenet poster
 
Posts: 2,646
Default Passing a Sub's name as parameter

Thanks Leith,
That was the very method I was looking for!
Regards,
Stefi

€˛Leith Ross€¯ ezt Ć*rta:


Hello Stefi,

Here is an example...

Sub Test(ByVal SubName As String)
Application.Run SubName
End Sub

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=380462