KentKHI
Active Member
- Joined
- Oct 1, 2004
- Messages
- 492
Hey guys,
I just need the code to find the first previous "bold fonted" cell in column B. Here is what I had, but it gives me an error, it probably is not even close. please don't laugh at me.
Thanks,
Kent
I just need the code to find the first previous "bold fonted" cell in column B. Here is what I had, but it gives me an error, it probably is not even close. please don't laugh at me.
Code:
Cells.Columns("B,B").Find(Font.Bold = True, LookIn:=xlValues, SearchDirection:=xlPrevious).Activate
Thanks,
Kent