View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jorge Ribeiro Jorge Ribeiro is offline
external usenet poster
 
Posts: 13
Default Excel 2007 application

Hello

I've a newbie question. I've an Excel 2007 application and want to send to
method
the current workbook as a parameter.
How can I accomplish this?!

I can't just do (Excel.Workbook)this in my workbook code because it generates
a compile error... Can you assist me here?!

Jorge