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!!!!!!!!!!!!!!!!!
 
Top