D
Dick Merryman
I'm trying to selectively BOLD cells by the use of a User-Defined function.
No joy.
The VBA Help topics suggest something like this:
Function Bold()
Worksheets("Sheet1").Range("A1:A5").Font.Bold = True
End Function
When I try to use it the referenced cells are not changed and the function
returns "0".
Can anyone point this VBA neophyte in the right direction?
Thanks,
-Dick-
No joy.
The VBA Help topics suggest something like this:
Function Bold()
Worksheets("Sheet1").Range("A1:A5").Font.Bold = True
End Function
When I try to use it the referenced cells are not changed and the function
returns "0".
Can anyone point this VBA neophyte in the right direction?
Thanks,
-Dick-