you don't need to disable the header. In your code before line two put some code like
if e.RowIndex < 0 then
msgbox "Please double click on the cell you are interested in"
exit sub
end if
it is better to provide instructive feedback to your user than simply disable things.