Search results

  1. O

    Get Excel's cell value (format string "A1")

    I don't know if ayone has made this before, but in any case this is a code I made to get values from Excel cells to Access. Usage: [varialvel] = CellXLS("A1") Source Code: 'Code created by Thiago "Ogh" Westphal Rescaroli 'contact ogh_wr@hotmail.com Public xl As New Excel.Application Public...
Top Bottom