Hi There,
My first post on Mr Excel and I'm very very new to VBA so please be gentle
I would like to know how to use VBA to ensure that data is entered in the correct format in a user form.
For example I would like to make sure that names are entered in title case as opposed to block capitals or small text. Is there a way that I can do this?
To explain a little better I would like ensure that if a name was entered into a userform like this: "JOHN smith"; that it actually is entered into the spreadsheet like this: "John Smith".
Likewise I would like to ensure that dates are converted into my chosen format of 27th July 2011 as opposed to any other format.
Can this be done? Any advice would be greatly appreciated.
My first post on Mr Excel and I'm very very new to VBA so please be gentle
I would like to know how to use VBA to ensure that data is entered in the correct format in a user form.
For example I would like to make sure that names are entered in title case as opposed to block capitals or small text. Is there a way that I can do this?
To explain a little better I would like ensure that if a name was entered into a userform like this: "JOHN smith"; that it actually is entered into the spreadsheet like this: "John Smith".
Likewise I would like to ensure that dates are converted into my chosen format of 27th July 2011 as opposed to any other format.
Can this be done? Any advice would be greatly appreciated.