D
David Seebaran
Hi all,
Hope everyone that reads this is fine and the person who solves my problem
lives to at least 93 years of age.
Problem: I have a Textbox within a Userform with which I want the user to
input a valid spreadsheet cell address.
At the moment, the code that I have written to check the value within the
Textbox looks to see if the first character is not numeric and the last
character is numeric. The massive hole in this test is that someone could
input 'DAVID3' and it would pass.
Is there a way to check for a valid spreadsheet cell address?
Regards,
David Seebaran.
Hope everyone that reads this is fine and the person who solves my problem
lives to at least 93 years of age.
Problem: I have a Textbox within a Userform with which I want the user to
input a valid spreadsheet cell address.
At the moment, the code that I have written to check the value within the
Textbox looks to see if the first character is not numeric and the last
character is numeric. The massive hole in this test is that someone could
input 'DAVID3' and it would pass.
Is there a way to check for a valid spreadsheet cell address?
Regards,
David Seebaran.