Hi, I have written some FoxPro Code to draw a border around some existing cells. However, I can't get it to work:
lnLine = lnLine + 2
XLSheet.Cells(lnLine,1).value = "Count of Source"
XLSheet.Cells(lnLine,1).bordercolor = 0
lnLine = lnLine + 1
XLSheet.Cells(lnLine,1).value =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.