I have a VBA routine that runs in an Access app that reads a mailbox and builds a record in a table.
I want to port the VBA to excel and load the fields into a readsheet instead of a table.
I am doing this Just to play around with Excel VBA. So, where I have the AddNew and the field Assignment,
how would I write that to a spreadsheet column?
I want to port the VBA to excel and load the fields into a readsheet instead of a table.
I am doing this Just to play around with Excel VBA. So, where I have the AddNew and the field Assignment,
how would I write that to a spreadsheet column?