View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Worksheet visible in an addin ?

No, but you can have the code copy the sheet from the addin to a new single
sheet workgook and display the copy, then delete it.

--
Regards,
Tom Ogilvy

"DS NTE" wrote in message
...
Is it possible to have a worksheet visible in an addin (xla), and if so,
how??? The reason Im asking is that Im trying to build a simple

helpfunction
into my addin. See post "xla programming" earlier today for reference.


knut