I'm trying to use EditCopyPicture to create a gif file that I can then
insert into a powerpoint slide that shows a selection of tasks under
the NetworkDiagram view.
In the code I've used
Application.Boxzoom Entire:=True
so the gif file contains all the selected tasks I need.
I've got it all working apart from the fact that if I run the script
end to end without intervention, the gif file only holds one task as
if the boxzoom command is ignored.
However, if I put a breakpoint immediately...
Read more
insert into a powerpoint slide that shows a selection of tasks under
the NetworkDiagram view.
In the code I've used
Application.Boxzoom Entire:=True
so the gif file contains all the selected tasks I need.
I've got it all working apart from the fact that if I run the script
end to end without intervention, the gif file only holds one task as
if the boxzoom command is ignored.
However, if I put a breakpoint immediately...
Read more