Add Custom Objects to Sheet
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!!!!!!!!!!!!!!!!!
"Vineeth" wrote:
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
|