Hi All,
I am currently trying to learn how to export data from access to excel using vba.
I am looking at this example www.accessibledatasolutions.com/articles11/AccessToExcel.htm However, when I type out the exact same code I got this error "Compile Error: Method or data member not found" and point to If IsNull(.txtExportPath) Then.
I would greatly appreciate if anyone can point me and guide me to solve this error.
Thank You!