I been trying to create a border in excel using light switch. I created the document no problem and am able to format the document however I want. However when it come to putting the excel border on the excel I cannot seem to get it right
**Imports System.Runtime.InteropServices.Automation
Imports System.Collections.Specialized**
**With excel.Range("A5:M6")
.Borders(excel.XlBordersIndex.xlInsideVertical).LineStyle = excel.XlLineStyle.xlContinuous
End With**
There is the code I using and above it is the referances as I say eveything is fine baring the creation of the borders. The system does not like XlBordersIndex "Error while invoking XlBordersIndex - member not found." is there something I need to referance I been googleing from quite some time and cannot find anything for Microsoft Light Switch