I have a column name (A, B, C, AB, AC ,,) stored in a string variable. My requirement is to get the column number. Before that, I just want to check if the column name is set correctly or not. For example, AD,AC,DF,ER,FC,KL valid there World,kavisuja where World,kavisuja . If I have the correct column name, I can get the following code:
Range(ColumnChar & 1).Column
How can I achieve this .. Can someone help me do this .. Thanks in advance ..
vba excel-vba excel
KaviSuja Oct 10 '17 at 6:38 2017-10-10 06:38
source share