Dears good morning
I am trying to find a way to delete content of cells where the font name used is "Calibri.
I tried different ways but unfortunately untill nopw, nothing worked.
May I kindly ask you, if someone can help me ?
Columns I need to check are "C" and "D"
I tried the following code but it did not work.
I do not know if I was on the good "path".![]()
lastRow = Cells(Rows.Count, 1).End(xlUp).Row For i = 1 To lastRow If Cell.Font.Name = "Calibri" Then Cell.ClearContents End If Next i
If someone can help me I will be gratefull
Waiting for feedback
Regards
Bookmarks