Hi,
I get an error message with the following code. This code is executed in another sheet, not in "mySheet". What am I doing wrong??? I would like to select a range in "mySheet" and make it bold.
Sheets("mySheet"
.Range(Cells(9, 4), Cells(9, 4)).Font.Bold = True
Run-time error '1004':
Application-defined or object-defined error
Thank you!
I get an error message with the following code. This code is executed in another sheet, not in "mySheet". What am I doing wrong??? I would like to select a range in "mySheet" and make it bold.
Sheets("mySheet"
Run-time error '1004':
Application-defined or object-defined error
Thank you!