Malcolm torishi
Board Regular
- Joined
- Apr 26, 2013
- Messages
- 219
Can anyone help please,
I have just added a picture vlookup into by spreadsheet that has now made the spreadsheet run so slow, some times I am waiting up to 15 seconds to move the cursor around the spread sheet. I have in 2 of my 20 or so VBA codes added the following, which did help speed it up but it’s still slow and very frustrating. Does any know how to speed the spreadsheet up back to normal speed
thank you
Application.ScreenUpdating = False
Application.DisplayStatusBar = False
Application.EnableEvents = False
CODE HERE
Application.ScreenUpdating = True
Application.DisplayStatusBar = True
Application.EnableEvents = True
I have just added a picture vlookup into by spreadsheet that has now made the spreadsheet run so slow, some times I am waiting up to 15 seconds to move the cursor around the spread sheet. I have in 2 of my 20 or so VBA codes added the following, which did help speed it up but it’s still slow and very frustrating. Does any know how to speed the spreadsheet up back to normal speed
thank you
Application.ScreenUpdating = False
Application.DisplayStatusBar = False
Application.EnableEvents = False
CODE HERE
Application.ScreenUpdating = True
Application.DisplayStatusBar = True
Application.EnableEvents = True