E
ExcelMonkey
I now I can set the underline property of a cell as follows:
..Font.Underline = xlUnderlineStyleSingle
But how to you return the Underline property of the cell?
?Range(Sheet!$A$1).Font.Underline produces an error
Thanks
EM
..Font.Underline = xlUnderlineStyleSingle
But how to you return the Underline property of the cell?
?Range(Sheet!$A$1).Font.Underline produces an error
Thanks
EM