Add Custom Objects to Sheet

V

Vineeth

Hi,

iam developing a com addin for excel 2007 now i want to save my project
object into Excel hidden sheet

how can implement this via code?
Thanks
 
J

Joel

Sheets("Sheet1").Visible = False

I don't know why excel uses hid when you are manually doing this on a
worksheet and uses invisible from VBA!!!!!!!!!!!!!!!!!
 

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

Top