Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MISHH
  • Content: Threads
  • Order by date
  1. MISHH

    Adding a border to Excel cells using Visual FoxPro 6

    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 =...

Part and Inventory Search

Back
Top