jamescooper
Well-known Member
- Joined
- Sep 8, 2014
- Messages
- 840
Hello this code executes and does what I want to if there is text in the cell. It is still doing it if the cell is empty and there is a formula in there.
Any ideas how to adapt it so that is ONLY executes when the cell is empty?
Thanks.
Any ideas how to adapt it so that is ONLY executes when the cell is empty?
Code:
If Not IsEmpty(Cells(ToRow, "E")) Then
Thanks.