I am trying to apply 'For loop' in excel VBA and I have to go to cell numbers 2, 8, 15, 21, 28, 35, 49, 56, 63, 70, 76; as there is no fixed pattern/sequence,I am not able to use Step command, how should I go about it?
I am trying to apply 'For loop' in excel VBA and I have to go to cell numbers 2, 8, 15, 21, 28, 35, 49, 56, 63, 70, 76; as there is no fixed pattern/sequence,I am not able to use Step command, how should I go about it?