View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Reinhard F. Bentrup Reinhard F. Bentrup is offline
external usenet poster
 
Posts: 6
Default Setting Workbook Name by VBA

I'm adding Workbooks via VBA and want to assign a specific Workbook name (to
simplify for the user to identify the different workbooks). But the Workbook
Object "Name" is Read Only so I can't change the default name.

Any idea how to solve the problem?

Thanks & regards,
Reinhard