View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Glenn Glenn is offline
external usenet poster
 
Posts: 2
Default DisplayWorkbookTabs: How to mirror Sheet Tabs option?

Thanks, Leith.

Although it seems that that would work, I don't think I have that
option available. I am using Excel Automation from within VB, using
late binding. Unless I'm doing something wrong, apparently, I don't
get any Excel events using late binding.

Besides that, why is it that my code works in the Workbook_Open event,
yet if I place it in VB immediately after opening the document, it
doesn't?

Thanks.