Hello,
All I need to do in Excel VBA is:
- probably using For / Next and the If / Then structures
- loop through a block of data, and if VBA finds a number
- then copy /paste the contents of the specific row to another area
The number would be a integer in a single given column, like for example 4, representing the 4th batch of work, that I am processing, and so on. Have dabbled in VBA, but evidently don't know enough to do this one. Many thanks.
All I need to do in Excel VBA is:
- probably using For / Next and the If / Then structures
- loop through a block of data, and if VBA finds a number
- then copy /paste the contents of the specific row to another area
The number would be a integer in a single given column, like for example 4, representing the 4th batch of work, that I am processing, and so on. Have dabbled in VBA, but evidently don't know enough to do this one. Many thanks.