HWL
Active Member
- Joined
- Dec 1, 2009
- Messages
- 462
I have no trouble uses .cells(row, col) in VBA if both row and col are represented by numbers, but what if I wanted to convert a letter to a number to use with cells. For example, say I wanted "B" to convert to 2 so I could use it in .cells?
Is this making sense?
Is this making sense?