I do sleepwhen you are awake, since you are in US and i am in India.
I guess you have "Option Explicit" mentioned at the top of your code, which makes it mandatory for all variables to be defined. Its a good way of coding, however i had to do something quick so didnt define the variables.
Incase cellcol gives you an error (since you have defined it as integer) you can then change it to Long. (Dim cellcol as long).
Bookmarks