View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James[_9_] James[_9_] is offline
external usenet poster
 
Posts: 5
Default calling sub from another workbook

I have a subroutine which opens a workbook. I want the
subroutine in the first workbbok to then go on and run a
subroutine in the second workbook that I've just opened.

How do I go about doing this?

Hope this is clear.

James