Hi
I am trying to build a VBA modul, two lines with the command (Application.ScreenUpdating) are returning an error:
Application.ScreenUpdating = False
..
.
. Some code here
.
.
Application.ScreenUpdating = True
THe error is
Compile error, Method or data member not found
Anyone has a clue what the problem is? Maybe something in references?
Regards
I am trying to build a VBA modul, two lines with the command (Application.ScreenUpdating) are returning an error:
Application.ScreenUpdating = False
..
.
. Some code here
.
.
Application.ScreenUpdating = True
THe error is
Compile error, Method or data member not found
Anyone has a clue what the problem is? Maybe something in references?
Regards