G
Gary in AZ
I'm writing a PPT-based tic-tac-toe game for a college class. I was going to
insert 2 invisiple objects in each square and record macros so that if you
clicked on the first object, an X would appear. Clicking on the second object
would cause an O to appear. Apparently, PPT 07 does not allow direct
recording of macros. You have to use VBA - (a little over my head at this
point). I can't hyperlink around like most games because there are too many
X/O combinations. I have to be able to put the X's & O's on a single slide.
Could anyone walk me through the process for writing this VBA code. (Or if
there is some other way to do this, I'm all ears)
Thanks
insert 2 invisiple objects in each square and record macros so that if you
clicked on the first object, an X would appear. Clicking on the second object
would cause an O to appear. Apparently, PPT 07 does not allow direct
recording of macros. You have to use VBA - (a little over my head at this
point). I can't hyperlink around like most games because there are too many
X/O combinations. I have to be able to put the X's & O's on a single slide.
Could anyone walk me through the process for writing this VBA code. (Or if
there is some other way to do this, I'm all ears)
Thanks