T
Taras
I would like to setfocus on a control in a user form
using a variable name.
ex:
sField = worksheets(5).cells(nval,1)
sField.SetFocus
The value in worksheets(5).cells(nval,1) would be the
name of a control on a user form
Can this be done?
TIA
using a variable name.
ex:
sField = worksheets(5).cells(nval,1)
sField.SetFocus
The value in worksheets(5).cells(nval,1) would be the
name of a control on a user form
Can this be done?
TIA