View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Copp David Copp is offline
external usenet poster
 
Posts: 1
Default Workbooks Index (Excel 97)

Greetings,

Would like to be able to use "Index" for workbook collection but does not
appear to be able to do so.

'i.e. index works fine for sheet collections as in following
MsgBox ActiveWorkbook.ActiveSheet.Index

'but fails at workbook level.
MsgBox ActiveWorkbook.Index

Any help would be appreciated.

Thanks,

Dave