redspanna
Well-known Member
- Joined
- Jul 27, 2005
- Messages
- 1,577
- Office Version
-
- 365
- Platform
-
- Windows
Hi all,
I have this code that deletes the last populated cell
what I would also like is for the cleared cell then to be reformatted using font Verdana size 8
any help appreciated, thanks
I have this code that deletes the last populated cell
Code:
With Worksheets("Data")
.Range("A65536").End(xlUp).Clear
what I would also like is for the cleared cell then to be reformatted using font Verdana size 8
any help appreciated, thanks