How can we use VBA to make invisible or hide an open excel file and power point presentation behind the scene while we work on it.
It works well with excel as I use ActiveWindow.Visible = False but for power point I use
set pres = pap.presentations.open(pth + pptxfile, withwindow:msofalse)
the window is hidden but I can't do anything to the power point presentation.
It works well with excel as I use ActiveWindow.Visible = False but for power point I use
set pres = pap.presentations.open(pth + pptxfile, withwindow:msofalse)
the window is hidden but I can't do anything to the power point presentation.