Hello everyone,
I am new here, but here is my issue. I am running a model through an outside program. The final results sheet spits into Excel. I keep geting a runtime error 429. When I choose to debug, this is what it points to:
Function GetCompanyName( DB As String, co_code As String) As String
Dim SQL$
Dim rs_CoName As Recordset
---> Set hmws = DBEngine.Worksp aces(0)...