Pinaceous
Well-known Member
- Joined
- Jun 11, 2014
- Messages
- 1,124
- Office Version
- 365
- Platform
- Windows
Hi All;
I'm running a master macro in concert with a series of macros for an executed function.
When the macro is executed the user then goes to the sheet to input their data and as soon as they input their data into its cell and presses 'enter' Excel provides a runtime 'Object required (Error 424)' after Excel has executed the Sub!
I tried to disable this error by writing into the code variations of 'Application.DisplayAlerts=False' but I'm still getting this error pop-up!
Would someone know how I can disable this runtime error &/or take a look at my 'Code' to determine where I forgot to use the Set statement in assigning an object's reference?
Many thanks in advance.
R/
Pinaceous
I'm running a master macro in concert with a series of macros for an executed function.
When the macro is executed the user then goes to the sheet to input their data and as soon as they input their data into its cell and presses 'enter' Excel provides a runtime 'Object required (Error 424)' after Excel has executed the Sub!
I tried to disable this error by writing into the code variations of 'Application.DisplayAlerts=False' but I'm still getting this error pop-up!
Would someone know how I can disable this runtime error &/or take a look at my 'Code' to determine where I forgot to use the Set statement in assigning an object's reference?
Many thanks in advance.
R/
Pinaceous