Hello, sorry for the wait. The dropdowns are for the client info... they only want to input client info once... and this excel sheet isn't connected to a database... so i copy the client info they enter to a sheet called "CLIENTINFO" which is hidden. Anyways, i figured out a way around whatever the problem was... i removed all the items from the dropdown boxes then i was able to delete the page... dunno why it wasn't working before... but it is now.
Btw, do you know of any way to add a variable so that i don't have to do a single line for every combobox to the following lines:
ThisWorkBook.Sheets("Page 2").Combobox1.clear
ThisWorkBook.Sheets("Page 2").Combobox2.clear
ThisWorkBook.Sheets("Page 2").Combobox3.clear
ThisWorkBook.Sheets("Page 2").Combobox4.clear
etc...
ex.. something like ThisWorkBook.Sheets("Page 2").Combobox & Variable.clear
i can see why this won't work... but there has to be an easier/different way to do this?
Thanks for all the help,
Jason