PC Review


Reply
Thread Tools Rate Thread

Change isAddin to false or true

 
 
DZ
Guest
Posts: n/a
 
      23rd Jul 2008
I want the user to see the sheets in an addin, so

is there a way to set the IsAddin property to False from a toolbar etc. so
the sheets in the addin can be visible. Basically I want the user to be able
to edits data on the sheets of the addin.

....and then set IsAddin back \to true to hide the sheets?

Thanks

I will credit any helpful responses


 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      23rd Jul 2008
Then why not just make it a standard workbook. Problem solved!

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"DZ" <(E-Mail Removed)> wrote in message
news:1F4C5A9A-1572-4327-8889-(E-Mail Removed)...
>I want the user to see the sheets in an addin, so
>
> is there a way to set the IsAddin property to False from a toolbar etc. so
> the sheets in the addin can be visible. Basically I want the user to be
> able
> to edits data on the sheets of the addin.
>
> ...and then set IsAddin back \to true to hide the sheets?
>
> Thanks
>
> I will credit any helpful responses
>
>



 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      23rd Jul 2008
Workbooks("personal.xla").IsAddin = False 'True

Have you ever used Data|Form (xl2003 menus)?

If you have, you may want to try displaying that to allow edits to your sheet.

With Workbooks("youraddinhere.xla").Worksheets("sheetnamehere")
.ShowDataForm
End With

Some more info:
http://support.microsoft.com/default...;en-us;q110462
XL: ShowDataForm Method Fails If Data Can't Be Found



DZ wrote:
>
> I want the user to see the sheets in an addin, so
>
> is there a way to set the IsAddin property to False from a toolbar etc. so
> the sheets in the addin can be visible. Basically I want the user to be able
> to edits data on the sheets of the addin.
>
> ...and then set IsAddin back \to true to hide the sheets?
>
> Thanks
>
> I will credit any helpful responses


--

Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Addins with isaddin property to false in excel 2007 Subodh Microsoft Excel Programming 4 15th Apr 2010 02:28 AM
What's the best way to toggle between true and false in Excel? Hiall, My excel work involves a lot of toggling between true and false (booleantypes) ... and it's very repetitive... Is there a way to select a bunch ofcells, and press a key short-cu LunaMoon Microsoft Excel Discussion 9 29th Jul 2008 12:28 AM
What's the best way to toggle between true and false in Excel? Hiall, My excel work involves a lot of toggling between true and false (booleantypes) ... and it's very repetitive... Is there a way to select a bunch ofcells, and press a key short-cu LunaMoon Microsoft Excel Programming 9 29th Jul 2008 12:28 AM
What's the best way to toggle between true and false in Excel? Hiall, My excel work involves a lot of toggling between true and false (booleantypes) ... and it's very repetitive... Is there a way to select a bunch ofcells, and press a key short-cu LunaMoon Microsoft Excel Misc 9 29th Jul 2008 12:28 AM
Change true/false =?Utf-8?B?QW5kcmV3?= Microsoft Excel Worksheet Functions 3 13th Jan 2004 08:22 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:21 AM.