Hi David,
Thank you for the response.
Just in case I've got some kind of corruption I'm going to start again from
scratch. I've attempted a lot of fixes and at one point I actually saw 2
different shapes with the same shape number in the custom animation tile. I
didn't save the presentation so assumed all changes would be lost.
Have you
tried using VBA to move the text boxes off-screen instead of hiding them
I tried motion paths to put the textboxes in place when needed and move them
out again when not. This gave the result that although the boxes moved, the
clickable areas remained at the starting positions of the paths and not the
end positions where I needed them.
Although I am currently using:
ActivePresentation.Slides(1).Shapes.AddTextbox(msoTextOrientationHorizontal,
609.5, 496.75, 107.75, 28.875) (which I got from your example 7.9 by the
way)
I started off using
ActiveWindow.Selection.SlideRange.Shapes.AddTextbox(msoTextOrientationHorizontal,
609.5, 496.75, 107.75, 28.875) which worked fine when run from VB editor but
wouldn't work at all from within the slideshow. I assumed that it was some
kind of context thing. VB help was gobbledygook on the subject.
Ah c'mon, try it, it's not that hard
I've spent literally man-days trying to figure out how to do animation in
vba using the vb help without success. It wasn't until I went to Steve's
site and MSDN that I could even begin to comprehend. The vba help is a
reference tool, extensive, but that's as far as it goes in usefulness. As I
said in a previous post I am quite prepared to accept that it's me who has a
mental block as I've tried and failed a number of times to get into vba. And
before I give the impression of feeling sorry for myself, I've got to say
I'm completely confident with hacking code, just not oo.
Does that answer your question ;-)
You should be able to get it to work. I'm not sure why it is not
working for you.
Me neither, so I'm calling it a day if it still doesn't work after
rebuilding from scratch.
I do, however, thank everyone for their time, patience and advice.
Regards
Zig