The following is a code section that I have in my VBA program:
Columns("currentColumn:(currentColumn+1)").Select
For some reason I have a type mismatch when I run this. currentColumn is an Integer. This is my first time using VBA so I'm sure I'm missing something. I was wondering if someone could point me towards the right track.
Thanks