how do i save custom data in excel

  • Thread starter Thread starter rushikesh.joshi
  • Start date Start date
R

rushikesh.joshi

Hi All,

I am creating an add-in for Word and Excel. Now i my query is want
to save some data (approx 100KB) in Excel as hidden.
I implemented in Word using Variables, and it's working fine, even
user can't able to get it externaly.
I want to implement same thing for Excel.
Any idea.


Thanks
Rushi
 
If you're creating an addin in excel, you could just put your data on a
worksheet.

Excel's addins are hidden when you open then.
(Make sure you save the file as an addin, *.xla.)
 
Very thanx Dave for giving some interest.

You are sugesting me to create xla file.
But i don't want to do that, i don't want to create a single file on
user computer.
Is there any way to store it in along with Excel file only. Like Word
supports for Variable.
 
But you said you were creating an addin for excel. You could put that data in
that addin.

Maybe I misunderstand the question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top