Instead of say calling .... ( the lost Focus event of a text box.. txtName ).... I'm trying to do programatically
to effect this call......
txtName_LostFocus
'by using this code
Dim objTxtBox As Object
Set objTxtBox = txtName
objTxtBox_LostFocus 'how can I do this programatically?
to effect this call......
txtName_LostFocus
'by using this code
Dim objTxtBox As Object
Set objTxtBox = txtName
objTxtBox_LostFocus 'how can I do this programatically?