View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pete pete is offline
external usenet poster
 
Posts: 88
Default Whats the difference

Whats the difference between using

Sheets

or

Worksheets

Example


Sheets("Sheet1").Range("D2").Copy

and


WorkSheets("Sheets1").Range("D2").Copy

They both seem to do the same thing. So is there any difference in using
them?