Hi there
I need to get each cell value for each selected row in a filtered Excel sheet.
for example, after filtering, only rows 35525 and 40125 are shown (match the filter selection)
I now need to loop (with VBA) through those 2 shown rows and get the value for range("A35525") and range("B35525") then also range("A35525") and ("B40125")
I then put these values on another sheet (I know how to do that)
Any ideas?
thanks in advance
I need to get each cell value for each selected row in a filtered Excel sheet.
for example, after filtering, only rows 35525 and 40125 are shown (match the filter selection)
I now need to loop (with VBA) through those 2 shown rows and get the value for range("A35525") and range("B35525") then also range("A35525") and ("B40125")
I then put these values on another sheet (I know how to do that)
Any ideas?
thanks in advance