View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default what is my self?

Can you not just use ActiveSheet?

--
HTH

Bob Phillips

(replace somewhere in email address with googlemail if mailing direct)

"Sonnich" wrote in message
ups.com...
Hi!

Once someone helped me to do so:
Set MyFile = Workbooks.Open(file1)

- myfile becomes an object I can work with. (thanks!)

but how do I get the place, where my button is - the sheet, on which
the event is triggered?

BR
Sonnich