View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Selecting last sheet in workbook

Sheets(Sheets.Count).Select

"carl" wrote:

I'm trying to select the last sheet in a workbook. I know that going to the
next sheet is this:

ActiveSheet.Next.Select

But what is the command to select the very last sheet? End and Last don't
work.