Every time I try to run the Macro that i have inherited from previous employees here, i get this new run time error.
run-time error '-2147221231 (80040111)':
automation error
ClassFactory Cannot supply requested class
when i hit debug it takes me to the following line
Dim objDataControl As BLP_DATA_CTRLLib.BlpData
Set objDataControl = New BlpData
and highlights the second. any advice on how to fix this or why this error is happening. yesterday this file wokred without issue and today I seem to be missing something.
any and all help is greatly appreciated.
Thanks in advance!
run-time error '-2147221231 (80040111)':
automation error
ClassFactory Cannot supply requested class
when i hit debug it takes me to the following line
Dim objDataControl As BLP_DATA_CTRLLib.BlpData
Set objDataControl = New BlpData
and highlights the second. any advice on how to fix this or why this error is happening. yesterday this file wokred without issue and today I seem to be missing something.
any and all help is greatly appreciated.
Thanks in advance!