Hi, I'm using variable for row and column in 2 different lines of code. But only the row varaible works; the column variable doesn't and I can't figure out why.
Both variable are dimmed as integers. I thought there might be R1C1 issue, but I've tried referring that way too and it still won't work.
Any thoughts?
Thanks, jmac
VBA Code:
partNum = Range("$B" & comRow).Text
comCat = Range(comCol & "$5").Text
Both variable are dimmed as integers. I thought there might be R1C1 issue, but I've tried referring that way too and it still won't work.
Any thoughts?
Thanks, jmac