excel not switch between sheet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • joemo2003
    New Member
    • Feb 2007
    • 142

    #1

    excel not switch between sheet

    I use excel VBA to do a function between everyrow in sheet1 & sheet2, everytime when the function run, it switch between two sheet, so the excel look flash. When the function is runing, how to make it not switch between sheets?
    thanks
  • SammyB
    Recognized Expert Contributor
    • Mar 2007
    • 807

    #2
    Originally posted by joemo2003
    I use excel VBA to do a function between everyrow in sheet1 & sheet2, everytime when the function run, it switch between two sheet, so the excel look flash. When the function is runing, how to make it not switch between sheets?
    thanks
    Application.Scr eenUpdating = False

    Comment

    Working...