View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default "Sheet(1)" Syntax

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