M
Monkeydreams
I'm a systems guy who is doing an inventory of tools being used at a
site I am currently contracting at. I've divided my Excel spreadsheet
into 4 worksheets representing the platforms that these tools run on,
e.g. Unix, windows, etc. I'm using an advanced filter on each worksheet
and through my macro/vba code, ask the user to enter a vendor's name.
This name is then plugged into the criteria range on each work sheet so
that the user will only see tools by that vendor.
My next task is to consolidate that vendor's tools into a fifth
worksheet by copying and pasting from each individual platform
worksheet. My problem arises when, using the offset method or property,
the copy-paste operation picks up rows that are filtered out. In other
words, I look for an empty cell in the Vendor Name column as I move
down through the filtered rows signalling to go to the next worksheet
and extract the vendor's tools from there and so on through all the
worksheets. So my question is how to avoid the hidden rows once through
the rows I'm filtering for.
site I am currently contracting at. I've divided my Excel spreadsheet
into 4 worksheets representing the platforms that these tools run on,
e.g. Unix, windows, etc. I'm using an advanced filter on each worksheet
and through my macro/vba code, ask the user to enter a vendor's name.
This name is then plugged into the criteria range on each work sheet so
that the user will only see tools by that vendor.
My next task is to consolidate that vendor's tools into a fifth
worksheet by copying and pasting from each individual platform
worksheet. My problem arises when, using the offset method or property,
the copy-paste operation picks up rows that are filtered out. In other
words, I look for an empty cell in the Vendor Name column as I move
down through the filtered rows signalling to go to the next worksheet
and extract the vendor's tools from there and so on through all the
worksheets. So my question is how to avoid the hidden rows once through
the rows I'm filtering for.