I am trying to select a cell in excel with vba. I want to be able to use to variables(i & e) to choose a cell. Where i = 3 and e = 13 I would like to be able to
ActiveCell(e, i).Activate
and it select cell C13.
ActiveCell(e, i).Activate
does work but only when original active cell is A1. Any help would be greatly appreciated!
I put comments in the code so it should be really easy to understand.
Run the below code first
then look at your sheet and analyse what command does what :)