Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by takr

  1. takr

    How can i disable the VBA debug panel in BO

    'goto exit sub' should read 'goto ExitPoint' Sorry about that!
  2. takr

    How can i disable the VBA debug panel in BO

    You might want to consider error trapping, ie Sub MyRoutine() On Error Goto ErrHandler your code.. ExitPoint: exit sub ErrHandler: MsgBox err.number & vbCr & err.Description goto exit sub end sub

Part and Inventory Search

Back
Top