View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default "Sheet(1)" Syntax

Yes it is. If the sheet is moved, its index changes.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"ExcelMonkey" wrote in message
...
can someoen remind me what this syntax means:

Sheets(1).ChartObjects(1).Chart

Is this referencing the first sheet (i.e. left to right in window)?

Thanks

EM