Cameron has attended:
Access VBA course
Access VBA course
Access Advanced course
Excel VBA Intro Intermediate course
VBA excel to access array
Hi
Ok so I'm at work and someone suddenly wants a spreadsheet to behave like a database.
We have a workbook with worksheets for months individual dates as column heads, company names for rows in the cells is the number of visitors brought by that company on that date.
Is there a simple way to pull all this info to an array (I'm guessing that it would have 3 dimensions) and then write the array to a table (or 2) in access?? if you need examples etc let me know.
Cameron
RE: VBA excel to access array
This one is not a problem any more, I've produced some code which my people seem to be happy with. the code doesn't actually export it from excel but changes the data to a form which people can manipulate.
Is there a way to post code here which is not so messy as to just paste it in??