View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
joel joel is offline
external usenet poster
 
Posts: 9,101
Default 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