Could anyone tell me what is wrong with my statement?
[CODE=vb]WSa1.Cells(17, 3).NumberFormat .Font = Bold[/CODE]
WSa1 is the worksheet name in the Excel book I am writing to, then obviously the cell that needs to be bold.
It does not bold that text. What have I got wrong in here?
Thanks Werner
[CODE=vb]WSa1.Cells(17, 3).NumberFormat .Font = Bold[/CODE]
WSa1 is the worksheet name in the Excel book I am writing to, then obviously the cell that needs to be bold.
It does not bold that text. What have I got wrong in here?
Thanks Werner
Comment