Hi,
Using excel macro I am creating powerpoint presentation and adding graphs on slides.
Similar to,
Application.Vis ible=False and
Application.Scr eenUpdating=Fal se
is there any way to make the powepoint and the screen updating false.
The reason I want this is to prevent the user from clicking the powerpoint slide while macro is running.
Using excel macro I am creating powerpoint presentation and adding graphs on slides.
Similar to,
Application.Vis ible=False and
Application.Scr eenUpdating=Fal se
is there any way to make the powepoint and the screen updating false.
The reason I want this is to prevent the user from clicking the powerpoint slide while macro is running.