I had a look and got some answers. I have found out how to get into the VB code and create a command button. I want to get a series of numbers across a row (say, 1 to ten), with an empty cell between each number. I wrote this code line to get my first number:
and that worked, so i copied 9 more times and just changed the cell number and the number i wanted in it, eg
and that worked of course, but is obviously tedious and ridiculously slow if i wanted 1 to 100 
So, sorry for the simple question: but how do i get it to do a whole series of numbers with one command? I tried
and it didn't work. Tried dashes instead of the word to... then thought, oh heck, stupid as it looks in a forum, I'm going to ask... I'm thinking there is an If loop that would do it for me... am i on the right track?
Bookmarks