View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
OffDev OffDev is offline
external usenet poster
 
Posts: 5
Default Get sheet name in any workbook

Hello,

I would like to get the name of the first sheet in any workbook that an user
chooses.
Is this possible?
I've tried wb.sheets(1).name. Doesn't work.

Please assist.
Thanks