Nerdalert314
New Member
- Joined
- Mar 28, 2018
- Messages
- 23
Hello,
The is a problem with part of my Macro and I can't seem to figure it out.
When a cell in column B is Security Total I need the cell in column A to be . .
This code will work on one cell. Even if I repeat it, it won't work. Any suggestions?
The is a problem with part of my Macro and I can't seem to figure it out.
When a cell in column B is Security Total I need the cell in column A to be . .
This code will work on one cell. Even if I repeat it, it won't work. Any suggestions?
Code:
Set Found = Cells.Find(What:="SECURITY TOTAL")
If Not Found Is Nothing Then Found.Offset(0, -1).Value = "."