Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming, microsoft.public.excel.misc
external usenet poster
 
Posts: 208
Default Edit Sheets in Excel Addin

I created an excel addin and used the menumaker code I found in
another post (http://www.andrewsexceltips.com/multi_menu_maker.htm) to
create the menus for the addin.

The menu maker code lets you type the caption / macro name in a "Menu"
worksheet. The code then loops through this sheet and creates your
menus.

I now need to update the menus to add some new macro names and delete
some old ones that I want to remove but I can't figure out how to view
the actual worksheets.

I've tried opening the add-in and also changing the extension in
Windows Explorer to .xls and had no luck. Any suggestions?

Thanks
Tim
  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Edit Sheets in Excel Addin

Tim,

Change the IsAddin property of the ThisWorkbook object to False - then you can view it or Unhide it
within Excel.

Just change the property back to True before you save the add-in (through the VBE' file save menu).

HTH,
Bernie
MS Excel MVP


"Tim879" wrote in message
...
I created an excel addin and used the menumaker code I found in
another post (http://www.andrewsexceltips.com/multi_menu_maker.htm) to
create the menus for the addin.

The menu maker code lets you type the caption / macro name in a "Menu"
worksheet. The code then loops through this sheet and creates your
menus.

I now need to update the menus to add some new macro names and delete
some old ones that I want to remove but I can't figure out how to view
the actual worksheets.

I've tried opening the add-in and also changing the extension in
Windows Explorer to .xls and had no luck. Any suggestions?

Thanks
Tim



  #3   Report Post  
Posted to microsoft.public.excel.programming, microsoft.public.excel.misc
external usenet poster
 
Posts: 208
Default Edit Sheets in Excel Addin

You are amazing.

thank you so much!!!!


On Nov 28, 11:54 am, "Bernie Deitrick" <deitbe @ consumer dot org
wrote:
Tim,

Change the IsAddin property of the ThisWorkbook object to False - then you can view it or Unhide it
within Excel.

Just change the property back to True before you save the add-in (through the VBE' file save menu).

HTH,
Bernie
MS Excel MVP

"Tim879" wrote in message

...

I created an excel addin and used the menumaker code I found in
another post (http://www.andrewsexceltips.com/multi_menu_maker.htm) to
create the menus for the addin.


The menu maker code lets you type the caption / macro name in a "Menu"
worksheet. The code then loops through this sheet and creates your
menus.


I now need to update the menus to add some new macro names and delete
some old ones that I want to remove but I can't figure out how to view
the actual worksheets.


I've tried opening the add-in and also changing the extension in
Windows Explorer to .xls and had no luck. Any suggestions?


Thanks
Tim


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Edit Sheets in Excel Addin Tim879 Excel Discussion (Misc queries) 2 November 28th 07 05:00 PM
Open XLT for edit and set Addin to False XP Excel Programming 1 August 3rd 07 04:44 PM
I cannot edit work sheets on excel but i can view them. stewart pines Excel Worksheet Functions 5 April 19th 07 11:56 PM
How do I edit a worksheet that has been defined as an addin Guy Normandeau Excel Discussion (Misc queries) 3 June 30th 06 07:00 PM
cell value in edit mode with COM addin Julian Tucker Excel Programming 0 September 7th 04 11:51 AM


All times are GMT +1. The time now is 11:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"