How to send parameters to microsoft access query so that I can import an access parameter query to excel?
问题 I need to import a microsoft access query that has popup input parameters into excel. I tried the code below but it does not work. I receive error 93 that tells me that object or object variable is not set. I would like to be able to reference two cells in excel that contain the values of the current and previous month and then send these values as inputs to the access query, but for now I entered them in VBA to keep it simple. Any help would be greatly appreciated! Thank you! Sub Acess