Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Let me clarify Chip's response.
How to display the worksheet of an .XLA that contains data. You don't. XLA's are hidden and you cannot (or should not not) display anything from the XLA. You never ever want to expose the sheets of the add-in to the user (i.e., at run time). If you need to manipulate the data (at design time), select the ThisWorkbook object under the add-in's VB Project, and in the Properties pane, change IsAddIn to False. This makes the workbook visible, so you can manipulate it. Change IsAddIn back to True when finished. In general it is a more robust, more flexible, easier to maintain approach to keep the data sheet in a workbook separate from the add-in. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula text in woorksheet cell | Excel Discussion (Misc queries) | |||
Woorksheet locked on active cell | Excel Worksheet Functions | |||
RS232 to Excel woorksheet | Excel Programming | |||
How do I delete Rows from my woorksheet? | Excel Worksheet Functions | |||
Search for existing values in woorksheet!? | Excel Programming |