View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
bill k bill k is offline
external usenet poster
 
Posts: 1
Default How to make a button VBA code reference other VBA code subroutines???


Sub doitall()
routine1
routine2
etc.....
End Sub

where routine1 is the name of the sub you assigned to button1
no brackets just the name


--
bill k


------------------------------------------------------------------------
bill k's Profile: http://www.excelforum.com/member.php...nfo&userid=821
View this thread: http://www.excelforum.com/showthread...hreadid=470870