What is a difference between sheet and worksheet?

J

Jack

Hello,
There are 2 properties one can select:
..ActiveWorkbook.Worksheets()
and
..ActiveWorkbook.Sheets()

What is a difference?
Jack
 
K

Ken Johnson

Jack said:
Hello,
There are 2 properties one can select:
.ActiveWorkbook.Worksheets()
and
.ActiveWorkbook.Sheets()

What is a difference?
Jack

Hi Jack,

Sheets includes ChartSheets, Worksheets doesn't.

Ken Johnson
 
B

Bob Phillips

Can we all play?

Sheets include Excel 5 Dialog Sheets, Worksheets don't.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 
Top