I have created an EXCEL appliction:
VB Code:
  1. Set ExcelApp = CreateObject("Excel.Application")
  2. 'ExcelApp.Visible = False
  3. Set ExcelBook = ExcelApp.workbooks.Add
And I realy want to rename the book to more than BOOK1

Is it possible?