View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Problems with Excel Com Addin

Steve,

Specifically what problems are you having? Perhaps you could post
some sample code.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Steve Gailey" wrote in message
...
I am converting an XLA to a com addin and I am having
problems referencing the Active Workbook and Active
Worksheet.

I have saved a reference to "Application" in OnConnection,
but referencing this doesn't seem to help. Any suggestions?

Steve