please somebody help me, this is driving me daft. the following is part of my code:
cn is another variable that is declared and populated successfully (by looping through a set of excel cells) earlier in the program. All I want to do is set the variable start to be one value higher than cn. but everytime I try to run this it says object required and "start =" is selected. please ... anybody? I've also tried set start = cn +1 but no good either.
Code:
dim start as integer
set start = val(cn + 1)