SQUIDD
Well-known Member
- Joined
- Jan 2, 2009
- Messages
- 2,104
- Office Version
- 2019
- 2016
- Platform
- Windows
Hello everyone
I have some code written that does what it is meant ot do.
The process.
The cycle would end if there are no more numbers in column A on sheet NUMBERS.
Any one know if this can be done, i know i could write the code several times but I have about 2500 numbers to put into Sheet NUMBERS.
So some sort of loop would be very handy.
Thankyou in advance,
Dave
I have some code written that does what it is meant ot do.
The process.
- First it uses numbers that i enter into sheet NUMBERS column A starting at A1 to do a web query.
- Then it uses the data that is returned to do 6 more web querys on different sheets.
- then it copy's and pastes relevant info from all this data into sheet data starting at A1 and finishing at A39.(the data is 39 rows long)
The cycle would end if there are no more numbers in column A on sheet NUMBERS.
Any one know if this can be done, i know i could write the code several times but I have about 2500 numbers to put into Sheet NUMBERS.
So some sort of loop would be very handy.
Thankyou in advance,
Dave