hello
I have a subform named "PrintRecords"
how can I export these values to an excel file using a command button
Thanks in advance
hello
I have a subform named "PrintRecords"
how can I export these values to an excel file using a command button
Thanks in advance
I would create a RecordsetClone of the subform using DAO and then using a new Excel object use ActiveWorksheet to CopyFromRecordset
thank you
but i'm new to VBA. so is there any idea how this is done?