bobhc
Excel Ninja
Good day All
I have this in a module
[pre]
[/pre]
I have changed the font saved in VBA and run code but the font still shows as Calibri, but go back to VBE and it shows as Arial Black ??
I have this in a module
[pre]
Code:
With Selection.Font
.Name = "Calibri"
and I am trying to change it to
"With Selection.Font
.Name = "Arial Black"
I have changed the font saved in VBA and run code but the font still shows as Calibri, but go back to VBE and it shows as Arial Black ??