View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
QC Coug QC Coug is offline
external usenet poster
 
Posts: 1
Default Call a sub statement in "Personal Macro Workbook" from "ThisWorkbo

I have a "Workbook_BeforeSave" procedure in a workbook and I want to call a
sub procedure from my personal macro workbook.

Is there a way to do this? Typically I would just use a call statement, but
I think I have to change the type of statement so that I can call it.