View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Duke17[_2_] Duke17[_2_] is offline
external usenet poster
 
Posts: 1
Default Refresh combobox after inserting new sheet

Hey Doug thanks a lot for your reply. I had to make a slight change t
get it to work though...I changed:

With Worksheets("Sheet2").ComboBox1

TO

With Sheet2.ComboBox1 (I take it they're the same?)


I noticed that this code will take effect even if the user simpl
clicks on another worksheet. I only need it to update if there's bee
a new worksheet added, or a current one deleted. Do you or anyone els
have any ideas

--
Message posted from http://www.ExcelForum.com