View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chris Rees Chris Rees is offline
external usenet poster
 
Posts: 11
Default Using a workbook name

Is there anyway to use a workbook name in code without using
application.getsaveasfilename or getopenfilename? As I am trying to create
multiple workbooks from a master workbook and would prefer not to have to
save the workbook every time.