Hello,
I have this macro that copies some data from a particular range to a text file:
But I only want it to copy the data from:![]()
Please Login or Register to view this content.
Range(Cells(newDtop, 3), Cells(newDbot, 3))
where text "Parot" is available in:
Range(Cells(newDtop, 7), Cells(newDbot, 7))
A simple filter doesn't work in this case...
Your input would be greatly appreciated
This how I thought of doing it:
Of course this doesn't work...![]()
Please Login or Register to view this content.
Bookmarks