View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
sb1920alk sb1920alk is offline
external usenet poster
 
Posts: 100
Default Problem with validation arrows

I recreated the worksheet and deleted the problem sheet then fixed all of the
#REF errors that happened because I deleted a sheet. The arrows work now, but
the code it still there. I'm curious why this happened and if there's
anything I can do to stop it from happening again, and what the code means.

Thanks,

"sb1920alk" wrote:

I have data validation in two columns. Normally, you click on a cell and the
dropdown arrow appears in that cell. Something happened and now the arrow
appears just to the left of B6 and doesn't move no matter where you click. If
the cell you're in contains a dropdown list, the arrow functions even though
it's in a strange place. If the cell you're in does not contain a dropdown
list, the arrow is there, but it doesn't do anything.

Additionally, if I right-click on the tab name and choose View Code. I've
got this code in Worksheet selection. I don't know how to delete it or if it
has anything to do with the arrow problem.

Private Sub Worksheet_SelectionChange(ByVal Target As Range)

End Sub

Please help.

Thanks,