View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Anice Anice is offline
external usenet poster
 
Posts: 12
Default Adding And Deleting Sheets

I currently have a code that the user is prompted for a number, and then that
number of sheets is added to the workbook. My boss came and looked at it,
and he would like the program to do the following: With the same prompt, if
the user would like fewer sheets, they can enter how many they want, and the
program will delete any extra sheets with a warning to the user. Or, the
program will add additional sheets. I hope this isn't confusing. Any help
anyone can give me would be appreciated. I'm just getting started on this
today, so I don't have a code yet.

Thank you!!