i have been trying without any success to change a font to bold in an cell which is 2 x cells to the left (using ” offset(0,-2) “) of an ActiveCell
the following will only change the font of the ActiveCell to bold
with Activecell.Font
.Bold = true
end with
can anyone help? I don’t mind if the whole row is bold or the font changes culor as long as it will stand out
alexanderd