sweetcats09
Programmer
Hi
I am trying to set input mask as
A followed my 9 digits..
example A123456789
I want A to be constant using code in VBA
Control.InputMask = "A999999999;0;_"
results in A being any alphabet. I want A to be a constant
as A_________
Can anyone help me with this?
Thanks
I am trying to set input mask as
A followed my 9 digits..
example A123456789
I want A to be constant using code in VBA
Control.InputMask = "A999999999;0;_"
results in A being any alphabet. I want A to be a constant
as A_________
Can anyone help me with this?
Thanks