confused in Frankfurt
Board Regular
- Joined
- Oct 11, 2010
- Messages
- 53
Hi
i need help with a small problem.
have a thread which filters a dataset to show a criteria
wanted to use
ActiveCell.Offset(1, 0).Activate
ActiveCell.Select
If Not IsEmpty(Range(Selection).Value) Then
.....
end if
to determine whether there are any values returned using the autofilter before copying and pasting to skip this procedure to move on to the next if values not available.
The offset always moves from the titles row to the next row (not shown in the autofilter selection) ie header in row 3 then always shows row 4 even if the autofilter next row is 50.
How do I check if there are any values being shown in the autofilter with the desired criteria and skip if no values??
regards
Sarah
i need help with a small problem.
have a thread which filters a dataset to show a criteria
wanted to use
ActiveCell.Offset(1, 0).Activate
ActiveCell.Select
If Not IsEmpty(Range(Selection).Value) Then
.....
end if
to determine whether there are any values returned using the autofilter before copying and pasting to skip this procedure to move on to the next if values not available.
The offset always moves from the titles row to the next row (not shown in the autofilter selection) ie header in row 3 then always shows row 4 even if the autofilter next row is 50.
How do I check if there are any values being shown in the autofilter with the desired criteria and skip if no values??
regards
Sarah