-
Looping through a Range of Data
How can I loop through a range of data (A5:H20) such that the following code is called over and over going down cells E and G until it reaches the bottom with no data
Call CODE_ABC(Range("E11"), Range("G11"))
Part 2:
How can do this based on specific text in column A (for example when it only sees the name "Task A", Task "B", etc.).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules