O
Oz Springs
I have created a User Form which includes two Text fields: FirstName and
LastName which are used as the signature$ (firstname + ³ ³ + lastname) and
for the first part of the email$ (firstname + ³.² + lastname)*
The variable works fine for the signature (Fred Nurk), but I want to change
all the text to lowercase for the email address (fred.nurk).
Where can I put the change case command (Selection.Range.Case = wdLowerCase
or the correct variation of this). Can I put it in the variable or in the
script which places the value at the bookmark do I have to create a field in
which to put the result?
If I have to create a user form field can I designate the value to be lower
case, as I could not find this in Properties. Can the field be hidden?
If I put it into the email part of the script how do I make the value become
lower case?
Apologies - my knowledge of Visual Basic is Very Basic :-(
Thanks for any help
Oz
* [NB straight quotes used, but they may not show as such in this email]
LastName which are used as the signature$ (firstname + ³ ³ + lastname) and
for the first part of the email$ (firstname + ³.² + lastname)*
The variable works fine for the signature (Fred Nurk), but I want to change
all the text to lowercase for the email address (fred.nurk).
Where can I put the change case command (Selection.Range.Case = wdLowerCase
or the correct variation of this). Can I put it in the variable or in the
script which places the value at the bookmark do I have to create a field in
which to put the result?
If I have to create a user form field can I designate the value to be lower
case, as I could not find this in Properties. Can the field be hidden?
If I put it into the email part of the script how do I make the value become
lower case?
Apologies - my knowledge of Visual Basic is Very Basic :-(
Thanks for any help
Oz
* [NB straight quotes used, but they may not show as such in this email]