Looking for the column number?
Hi all,I need the column number. I have the name of the column, but it might not always be in the same space.I first decided to use a While loop which stops iterating when the column is found. "n" would be the column number, but it isn't working.colFound = 0;n=0;While(colFound == 0, n++; colName = Column Name(n); if(colName==Vd, colFound=1, ););
I get this error: inval...
natalie_
Steven_Moore
sophiaw
saitcopuroglu