Related:
- Macro to paste a unique count number of times
- Ocarina of time rom - Download - Action and adventure
- Times attack - Download - Children
- Spell number in excel without macro - Guide
- Discord invisible name copy and paste ✓ - Internet & Social Networks Forum
- Hp desktop red light flashing 4 times - Hardware Forum
1 response
Take the variable and build a FOR loop, as in:
dim thecount as integer
dim thecounter as integer
thecount=cells(1,1).value
for thecounter = 1 to thecount
Do you code here
next
It is that simple. Pot some code, and we can help! Take a look at this article, it may assist you:
https://ccm.net/faq/53497-how-to-manipulate-data-in-excel-using-vba
dim thecount as integer
dim thecounter as integer
thecount=cells(1,1).value
for thecounter = 1 to thecount
Do you code here
next
It is that simple. Pot some code, and we can help! Take a look at this article, it may assist you:
https://ccm.net/faq/53497-how-to-manipulate-data-in-excel-using-vba