Can someone explain this simple bit of VBA to me please. I'm not the best at it and I'm trying to get to the bottom of why a piece of data isn't always being imported into Access from a spreadsheet.
If I am right rngWPRData is the range of cells to import so......
Where will I find what cells have been defined to be imported in the range "rngWPRData"??
I can't find anything in Access the VBA or in the spreadsheet itself.
cheers
Pete
Code:
Call Functions.TransferSpreadsheet("TEMPCRDATA", ReviewPath, True, "rngWPRData")
If I am right rngWPRData is the range of cells to import so......
Where will I find what cells have been defined to be imported in the range "rngWPRData"??
I can't find anything in Access the VBA or in the spreadsheet itself.
cheers
Pete