Hi,
How could an entry in a text box on a user form be used to select a column?
For example, if "T" (without quotes) is entered in a text box, and a command button is clicked, column T is selected. Something like:
<font face=Courier New><SPAN style="color:#00007F">Private</SPAN> <SPAN style="color:#00007F">Sub</SPAN> CommandButton1_Click()<br><br><SPAN style="color:#007F00">' Code here to retrieve value of text box in order to select column</SPAN><br> Columns("T:T").Select<br><br><SPAN style="color:#00007F">End</SPAN> <SPAN style="color:#00007F">Sub</SPAN></FONT>
How could an entry in a text box on a user form be used to select a column?
For example, if "T" (without quotes) is entered in a text box, and a command button is clicked, column T is selected. Something like:
<font face=Courier New><SPAN style="color:#00007F">Private</SPAN> <SPAN style="color:#00007F">Sub</SPAN> CommandButton1_Click()<br><br><SPAN style="color:#007F00">' Code here to retrieve value of text box in order to select column</SPAN><br> Columns("T:T").Select<br><br><SPAN style="color:#00007F">End</SPAN> <SPAN style="color:#00007F">Sub</SPAN></FONT>