P
Paladin046
i have a macro that calculates values in one sheet then transfers
values to another sheet. The calculations are done based on a column
of data and a for-next loop. This works fine but i find that the
screen flashes between the two sheets while the macro is running and I
find this very annoying. I have tried making the sheets not visible
(Worksheet("sheet1").visible=false) then making it visible at the end.
this didn't help. I tried stopping the screen updating
(Application.ScreenUpdating = False) then reversing the command
(Application.ScreenUpdating = True) but that caused other problems.
Is ther a simple way to stop seeing the flashing between sheets?
i have searched past postings in this forum but either I am not
searching correctly or the posting I did find didn't solve my problem.
values to another sheet. The calculations are done based on a column
of data and a for-next loop. This works fine but i find that the
screen flashes between the two sheets while the macro is running and I
find this very annoying. I have tried making the sheets not visible
(Worksheet("sheet1").visible=false) then making it visible at the end.
this didn't help. I tried stopping the screen updating
(Application.ScreenUpdating = False) then reversing the command
(Application.ScreenUpdating = True) but that caused other problems.
Is ther a simple way to stop seeing the flashing between sheets?
i have searched past postings in this forum but either I am not
searching correctly or the posting I did find didn't solve my problem.