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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bydiaz

    Same VBA code lines for different textbox in a form

    I have several textbox in my form (Cab01, Cab02, Cab03..Cab99) and i'd like to execute the same code for all Private Sub Cab01_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) If Button = 1 Then PX = X: PY = Y How could i pass and return the values X,Y without writing...

Part and Inventory Search

Back
Top