View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
P. Dileepan[_2_] P. Dileepan[_2_] is offline
external usenet poster
 
Posts: 10
Default Deleting a sheet

Hi,

[1] I am adding a temporary worksheet in my code to setup
data and run a regression command. I want this operation
to be NOT visible to the user. How can I hide the
comopuations taking place in a sheet?

[2] After getting all the results I need, I want to
delete the sheet without having to confirm that I do want
to delete the sheet. I don't know how to do this.

Please help.

-- Dileepan