M
Marilyn
I am trying to set the ColumnWidth property via VBA. This
is the statement that I've used:
Me.cboEmpid.ColumnWidth = ".5 in;1 in;1 in"
Error Message is: Type mismatched.
What is theproper syntax.
Thank you for your help.
is the statement that I've used:
Me.cboEmpid.ColumnWidth = ".5 in;1 in;1 in"
Error Message is: Type mismatched.
What is theproper syntax.
Thank you for your help.