Forum Discussion
Nick200
Sep 26, 2020Copper Contributor
Error number 438 Object doesn't support tis property or method
I don't know if anyone will be able to help me or not. I have recently taken over the programming and management of a database for a local charity. I am trying to create a new vba code to create ...
Sep 29, 2020
When you select to debug the error, which line of code is highlighted as being problematic?
- Nick200Oct 05, 2020Copper Contributor
Daniel_Pineault It doesn't let me run / select debug it does comes up with the error
- Sep 29, 2020You may also like to implement something like https://www.devhut.net/2012/04/19/ms-access-vba-export-records-to-excel/ which is a reusable function that you simply call whenever you need to export data.