View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lynn Bales Lynn Bales is offline
external usenet poster
 
Posts: 12
Default Inserting a worksheet tab name into a cell

I have a workbook with several worksheet tabs that have individual names on
them. I need to take the name and put it going down a column inside the
worksheet of that name for varying number of rows and I need to do this for
each worksheet.

Example:

Workbook A has sheets named
Lynn Bales, Joe Brown, Daphne Anderson

In worksheet Lynn Bales, I want the text "Lynn Bales" to go into column D to
the end of the rowed data. Then I want to do the same for Joe Brown's
worksheet and Daphne Anderson's worksheet.

Is this feasible? Thank you in advance!

Lynn