What is a difference between sheet and worksheet?

  • Thread starter Thread starter Jack
  • Start date Start date
J

Jack

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

What is a difference?
Jack
 
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
 
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)
 
Bob said:
Can we all play?

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

--

HTH

Bob Phillips


Thanks Bob.
Game Over?

Ken Johnson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top