G
Guest
Does anyone know how to write a piece of VBA code that will export the values
contained within specific fields of a form and export them to Excel?
For example, if I had three fields on a form called frm_TEST:
Field A, Field B, Field C
After running a calculate button also contained on frm_TEST, three different
values pop up in Field A-C. I wanted to have another button on the form
that, if pressed, took those number values and exported them into column B of
an Excel workbook called TEST.xls. If there is a genius out there who can
help me, it would be greatly appreciated. Thanks.
contained within specific fields of a form and export them to Excel?
For example, if I had three fields on a form called frm_TEST:
Field A, Field B, Field C
After running a calculate button also contained on frm_TEST, three different
values pop up in Field A-C. I wanted to have another button on the form
that, if pressed, took those number values and exported them into column B of
an Excel workbook called TEST.xls. If there is a genius out there who can
help me, it would be greatly appreciated. Thanks.