Hi guys!
Im trying to declare some value from cells value to other cell value.
(I give a list of datas in columns, the macro get the datas from do-until loop, write this data to a specific cell, call another macro, than step forward)
Here is what I have now:
Sub asd()
s = 1
Do
s = s + 1...