Hey community,
İ use VBA code which searchs product , find it and if needed orders found product to worksheet ( form )
A4,5,6.
B4,5,6.
C4,5,6.
D4,5,6 etc.
can anyone help me to get same orders on userform labels?
Option Explicit
Private Sub cmdAdd_Click()
Dim RowNum As Long
Dim...