View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jnf40 jnf40 is offline
external usenet poster
 
Posts: 103
Default Exception Occurred

I have a userform that the user selects a name from a combobox then it will
insert the name on the worksheet in a certain cell when they click on
commandbutton1. When this button is clicked it runs through and goes to
Private Sub Worksheet_Change(ByVal Target As Range), which is on sheet1 and
it comes back with Exception Occurred and Invalid Property Value messages.
Any suggestions?
Thanks