Flyingmeatball
Board Regular
- Joined
- Aug 15, 2007
- Messages
- 65
I need to write a simple formula that will reference every 7th column on another worksheet. For example: my first cell should be something like =Otherpage!C1. The next sell will be =Otherpage!J1. I'd like to write a macro that outputs these formulas as a string, like "=Otherpage" & colnum(X) & "1". Does anyone know how I parse something like "colnum(x)" to "BA" column labels? I need the physical letter name.
Thanks!
Thanks!