Hi
In my VB.net Excel Add-in I am trying to work with cell borders. In the code below I get the error 'xlEdgeTop' is not declared. How do I correct this?
C = Globals.ThisAddIn.Application.Selection.Borders(xlEdgeTop).ColorIndex
Visual Basic.NETMicrosoft Excel