View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ardy Ardy is offline
external usenet poster
 
Posts: 136
Default Get Tab Name to Input Dynamically


Hello All

If I am using this code ActiveWorkbook.Worksheets("Roster").Unprotect
"Password" How would I automatically get the tab name to input in
Worksheets("Roster"). Portion of the code.

Ardy