Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello group,
I'm using the following code on a selected range to change the cell value into "paid" Worksheets("sales").Range("invoices").Select For Each cell In Selection If Not IsEmpty(cell.Value) Then If cell.Value < "Paid" Then cell.Value = "Paid" End If End If Next cell However I would also like it to work when the range is filtered, meaning only on the visible cells. I hope someone can get me going Thanks Edwin |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
To paste copied data in filtered/visible cells only | Excel Discussion (Misc queries) | |||
countif only visible cells (filtered) | Excel Worksheet Functions | |||
Copy visible cells on Filtered data | Excel Discussion (Misc queries) | |||
average of visible cells in a filtered range | Excel Worksheet Functions | |||
Pasting into Filtered Lists (Visible cells only) | Excel Programming |