View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy Patrick Molloy is offline
external usenet poster
 
Posts: 1,049
Default Auto code in VBE when pressing F7

simple ...don't press F7!

right-click the form and select View Code, or in the VBAProject window,
select the form and click the code icon or again right-click and select View
code

"Bishop" wrote in message
...
When I pull up a Form and press F7 to see the code VBE will automatically
add:

Sub BlahBlah_Click ()

End Sub

to the bottom of my existing code. How do I make this stop?