Related:
- Macro to paste a unique count number of times
- Ocarina of time rom - Download - Action and adventure
- Hp desktop red light flashing 4 times - Hardware Forum
- Times attack - Download - Children
- Why cant i paste on instagram ✓ - Instagram Forum
- You've tried to log in too many times. to protect your account, a temporary block has been placed on logging in. please try again later. ✓ - Facebook 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