Thread: Calling SUB
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter Longstaff Peter Longstaff is offline
external usenet poster
 
Posts: 9
Default Calling SUB

Hi All,

I do not write a lot of VB so this will probably seem like a dumb question
but here goes.

I have written a sub routine ( in ThisWorkbook) which prints the sheets I
require in a workbook template. I now want to call this sub routine from a
button on a toolbar in my template.

Can anyone tell me how I can do this


TIA

Peter