View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Getting the Sheets Name

Hi
maybe
activesheet.name

--
Regards
Frank Kabel
Frankfurt, Germany


Daniel Brown wrote:
Say I have the following sheet names.
Day 1, Day 2, Day 3, and Day 4. I have a button on each of these
forms that when clicked it calls a function(meaning they all call the
same function). How, in that function, can I determine which sheet
called the function? How do I get the sheets' name that called the
function? Thanks in advance.