PC Review


Reply
Thread Tools Rate Thread

Can't save in Hidden Worksheet after converting to Excel Add-In

 
 
Graff
Guest
Posts: n/a
 
      2nd Jan 2009
I have an issue i hope someone can help me with.
I have an Add-In that i created in VB to create a report from RAW data that
i download every day. I would like the Add-In to save certain totals after
running the report so i can use them next time i run new report, just to
compare new and old numbers.
Everything works fine, if i run the code in a regular Excel file, but once i
convert it to Add-In, it doesn't save the data.
Is there a way to save anything in an Add-Inn or does it only retain data
that you work with at the moment?
I'd appreciate any feedback on this. It would save me a lot of manual work
if it would be possible.

Thanks,
Igor
 
Reply With Quote
 
 
 
 
Chip Pearson
Guest
Posts: n/a
 
      2nd Jan 2009
An XLA Add-In is really any different that a regular XLS workbook,
except that the IsAddIn property is True. You can store data in an XLA
but be sure to call ThisWorkbook.Save. XLA's don't prompt you to save
if a change has been made.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)


On Fri, 2 Jan 2009 12:42:01 -0800, Graff
<(E-Mail Removed)> wrote:

>I have an issue i hope someone can help me with.
>I have an Add-In that i created in VB to create a report from RAW data that
>i download every day. I would like the Add-In to save certain totals after
>running the report so i can use them next time i run new report, just to
>compare new and old numbers.
>Everything works fine, if i run the code in a regular Excel file, but once i
>convert it to Add-In, it doesn't save the data.
>Is there a way to save anything in an Add-Inn or does it only retain data
>that you work with at the moment?
>I'd appreciate any feedback on this. It would save me a lot of manual work
>if it would be possible.
>
>Thanks,
>Igor

 
Reply With Quote
 
Chip Pearson
Guest
Posts: n/a
 
      3rd Jan 2009
On Fri, 02 Jan 2009 15:54:29 -0600, Chip Pearson <(E-Mail Removed)>
wrote:

>An XLA Add-In is really any different that a regular XLS workbook,

should be
>An XLA Add-In is *NOT* really any different that a regular XLS workbook,


Sorry for any confusion.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

>An XLA Add-In is really any different that a regular XLS workbook,
>except that the IsAddIn property is True. You can store data in an XLA
>but be sure to call ThisWorkbook.Save. XLA's don't prompt you to save
>if a change has been made.
>
>Cordially,
>Chip Pearson
>Microsoft Most Valuable Professional
> Excel Product Group, 1998 - 2009
>Pearson Software Consulting, LLC
>www.cpearson.com
>(email on web site)
>
>
>On Fri, 2 Jan 2009 12:42:01 -0800, Graff
><(E-Mail Removed)> wrote:
>
>>I have an issue i hope someone can help me with.
>>I have an Add-In that i created in VB to create a report from RAW data that
>>i download every day. I would like the Add-In to save certain totals after
>>running the report so i can use them next time i run new report, just to
>>compare new and old numbers.
>>Everything works fine, if i run the code in a regular Excel file, but once i
>>convert it to Add-In, it doesn't save the data.
>>Is there a way to save anything in an Add-Inn or does it only retain data
>>that you work with at the moment?
>>I'd appreciate any feedback on this. It would save me a lot of manual work
>>if it would be possible.
>>
>>Thanks,
>>Igor

 
Reply With Quote
 
Graff
Guest
Posts: n/a
 
      5th Jan 2009
Chip,

Thanks for your help. Everything works perfect now.

Regards,
Igor

"Chip Pearson" wrote:

> On Fri, 02 Jan 2009 15:54:29 -0600, Chip Pearson <(E-Mail Removed)>
> wrote:
>
> >An XLA Add-In is really any different that a regular XLS workbook,

> should be
> >An XLA Add-In is *NOT* really any different that a regular XLS workbook,

>
> Sorry for any confusion.
>
> Cordially,
> Chip Pearson
> Microsoft Most Valuable Professional
> Excel Product Group, 1998 - 2009
> Pearson Software Consulting, LLC
> www.cpearson.com
> (email on web site)
>
> >An XLA Add-In is really any different that a regular XLS workbook,
> >except that the IsAddIn property is True. You can store data in an XLA
> >but be sure to call ThisWorkbook.Save. XLA's don't prompt you to save
> >if a change has been made.
> >
> >Cordially,
> >Chip Pearson
> >Microsoft Most Valuable Professional
> > Excel Product Group, 1998 - 2009
> >Pearson Software Consulting, LLC
> >www.cpearson.com
> >(email on web site)
> >
> >
> >On Fri, 2 Jan 2009 12:42:01 -0800, Graff
> ><(E-Mail Removed)> wrote:
> >
> >>I have an issue i hope someone can help me with.
> >>I have an Add-In that i created in VB to create a report from RAW data that
> >>i download every day. I would like the Add-In to save certain totals after
> >>running the report so i can use them next time i run new report, just to
> >>compare new and old numbers.
> >>Everything works fine, if i run the code in a regular Excel file, but once i
> >>convert it to Add-In, it doesn't save the data.
> >>Is there a way to save anything in an Add-Inn or does it only retain data
> >>that you work with at the moment?
> >>I'd appreciate any feedback on this. It would save me a lot of manual work
> >>if it would be possible.
> >>
> >>Thanks,
> >>Igor

>

 
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
Excel 07 - doc insp says there's a hidden worksheet and there isn' Hodge Microsoft Excel Programming 0 22nd Apr 2010 12:51 PM
FYI Excel 2007: Saving a xlsm file with a hidden worksheet activated makes worksheet visible David G. Microsoft Excel Programming 0 3rd Aug 2009 07:16 PM
How to tell if a Worksheet in Excel is hidden, from Access using VBA... Mystif Microsoft Access External Data 8 26th Jul 2007 02:39 PM
Re: colors hidden in excel worksheet Gord Dibben Microsoft Excel Misc 0 16th Jan 2007 05:36 PM
Re: Converting from excel worksheet to CVS JE McGimpsey Microsoft Excel Misc 4 29th Apr 2004 01:08 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:24 AM.