Hi all
is there any way to set to Application.Screenupdating=False when a user uses "Find&Replace"?
Obivously it should set it back to true once all values have been replaced.
Thanks so much!
FD
Hi all
is there any way to set to Application.Screenupdating=False when a user uses "Find&Replace"?
Obivously it should set it back to true once all values have been replaced.
Thanks so much!
FD
Do you mean manually or within VBA?
Dom
"May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."
Use code tags when posting your VBA code: [code] Your code here [/code]
Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.
Hi Dom
Either or
But I guess VBA would be better
Thx
Hi all
Any solution to this available?
Thx
Like this:
Dom![]()
Sub Example() On Error GoTo ErrorHandler Application.ScreenUpdating = False ' find/replace code CleanExit: Application.ScreenUpdating = True Exit Sub ErrorHandler: MsgBox Err & " - " & Err.Description Resume CleanExit End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks