I've created a userform and have several user defined inputs I want to be placed in a user defined column. I have the user enter a letter (and would need them to be able to go past z i.e. AA and beyond). I would like to use the range("letter#").select function but do not know how to use it with a user defined letter. I've tried textbox1.value = X and then range("X1").select and several variations but it wont work. Please help.
Bookmarks