S
Sherwood
Greetings,
I'm not sure if I'm posting this to the correct newsgroup or not, so feel
free to redirect me to the appropriate place if necessary. At any rate, I am
receiving the error, "Unable to set the underline property of the font class"
in an Access module using the Excel code below:
ExcelSheet.Application.Cells(1, 1).Font.Underline = xlUnderlineStyleSingle
The following line of code "does" work, however:
ExcelSheet.Application.Cells(1, 1).Font.Bold = True
Do you see anything wrong with the way I am attempting to set the underline
property? Thanks in advance!
I'm not sure if I'm posting this to the correct newsgroup or not, so feel
free to redirect me to the appropriate place if necessary. At any rate, I am
receiving the error, "Unable to set the underline property of the font class"
in an Access module using the Excel code below:
ExcelSheet.Application.Cells(1, 1).Font.Underline = xlUnderlineStyleSingle
The following line of code "does" work, however:
ExcelSheet.Application.Cells(1, 1).Font.Bold = True
Do you see anything wrong with the way I am attempting to set the underline
property? Thanks in advance!