Hi,
I'm importing an Excel spreadsheet, which has formulas that output either a value or a blank ("") into the cell. I've had problems getting Access to accept the blank cells with numbered and dated columns. I managed to get this to, sort of, work by using NA() instead of "" in the Excel formula. Access doesn't show NA() cells or seem to have issue with them.
This only works if the spreadsheet is open though, when it's closed it produces the same import errors as if they were all "" cells. Is there any way around this, as opening the spreadsheet, even with .visible = False, is very slow?
I hope there is, otherwise I get the feeling I'm going to have to code something ridiculous to get it to work.
Thanks,
Russ
I'm importing an Excel spreadsheet, which has formulas that output either a value or a blank ("") into the cell. I've had problems getting Access to accept the blank cells with numbered and dated columns. I managed to get this to, sort of, work by using NA() instead of "" in the Excel formula. Access doesn't show NA() cells or seem to have issue with them.
This only works if the spreadsheet is open though, when it's closed it produces the same import errors as if they were all "" cells. Is there any way around this, as opening the spreadsheet, even with .visible = False, is very slow?
I hope there is, otherwise I get the feeling I'm going to have to code something ridiculous to get it to work.
Thanks,
Russ