Hello,
I'm new to VB and was looking for some help, any input would be greatly appreciated...
the cells A1 to H1 contain a bunch of values:
1 11 59 35 33 46 12 18
I need a code that allow the user to add a number to that list and also specify where it goes..
B3= what number to add
B4= after which number
example :
1 11 59 35 33 46 12 18
B3= 60
B4= 59
the result should look like this
1 11 59 60 35 33 46 12 18
Like I said, any help is greatly appreciated....thx
Bookmarks