Hello,
I created a macro that was working just fine and for some reason it decided not to work anymore.
The error is:
Run-time error '-2147319767 (80028029)
Automatic error
Invalid forward reference, or reference to uncompiled type.
When I check debug it shows me the line there only calls a sheets.
sheets("XXX").Select
Not to sure why this error just appeared.
I saw that it could be because of VB6.0 but I have no Idea how to fix it as I do need to call that sheet..
Thanks !
Edit:
I also realised that the macros are in visual basic but don't appear when I press the macros button
I created a macro that was working just fine and for some reason it decided not to work anymore.
The error is:
Run-time error '-2147319767 (80028029)
Automatic error
Invalid forward reference, or reference to uncompiled type.
When I check debug it shows me the line there only calls a sheets.
sheets("XXX").Select
Not to sure why this error just appeared.
I saw that it could be because of VB6.0 but I have no Idea how to fix it as I do need to call that sheet..
Thanks !
Edit:
I also realised that the macros are in visual basic but don't appear when I press the macros button