What I’m wanting in C1 is it to start with A1 and end with B1 and everything in between values (in whole numbers). I don’t mind using =ROW(INDIRECT(A1&":"&B1)) but I need to do this in a macro. If A1=5 and B1=8 and the macro in run C1 = 5 6 7 8. If A1=11 and B1=13 and the macro is run C1=11 12 13. I don’t mind the fact that the numbers were separated by “:” as I can substitute those out.
|