Hi all,
I'm trying to write some code in excel vba that will use the loop command to print numbers to cells, say from 1 to 100. I can get the numbers to print to cells however what I also need is each number to be wrapped in symbols like this.
"X" ,
Including the comma.
I've tried a few things but loose the effect due to the compiler seeing the comma as a next expression.
My last code was basically ......value = i ± 1
Next i
Any idea please?
I'm trying to write some code in excel vba that will use the loop command to print numbers to cells, say from 1 to 100. I can get the numbers to print to cells however what I also need is each number to be wrapped in symbols like this.
"X" ,
Including the comma.
I've tried a few things but loose the effect due to the compiler seeing the comma as a next expression.
My last code was basically ......value = i ± 1
Next i
Any idea please?