Hi,
In my Excel VBA code, I need to activate few sheets to create charts on them, but I don't want to display switching between worksheets to users.
Is it possible to hide this switching activity? I tried using Application.ScreenUpdating = False, but it doesn't seem to work.
Any ideas??
Thank you,
SJH
In my Excel VBA code, I need to activate few sheets to create charts on them, but I don't want to display switching between worksheets to users.
Is it possible to hide this switching activity? I tried using Application.ScreenUpdating = False, but it doesn't seem to work.
Any ideas??
Thank you,
SJH