Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! -- Sherwood |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unable to set the Locked property of the range class | Excel Programming | |||
Unable to Set LeftFooter Property Class PageSetup (ASP) | Excel Programming | |||
Unable to set Underline property of the Font class | Excel Programming | |||
Unable to set Bold property of the Font Class | Excel Programming | |||
unable to set the colorindex property of the font class | Excel Programming |