Hi, I am using below code to export table from access 2016 to excel but getting error saying:
Run time error 31532: Microsoft Access cannot export the data
Public Function ExportToexcel_DD()
Dim output_fl As String
stName = "\PRO"
output_fl = CurrentProject.Path & stName &...