It works in the short run.
What I had in mind was that I have a seven-segment font (like what you see
on a digital clock) that I want to use as the font for the text box. Behind
it in a darker color and the same font and size is a series of eights. I
wanted to make it look like the segments are turned on or off to make the
number (I'm using it for scorekeeping purposes and know how to increase or
decrease it by a set amount).
Any workarounds as to putting this and the buttons to change the number in a
(preferably stationary) VBA form? Keep in mind that it is to be displayed on
the slide at all times. (How do you make a VBA form anyway?)
Post by John WilsonThe transparent background will only work in slide show mode if the box is on
a vba form which I guess is not what you want.
To make a control text box background "blend in" you need to set both the
backcolor and border color to be the same as the background** and set border
style to 1-fm border stylesingle
--
(I'm assuming that you know how the hex colour codes correspond to the RGB
color of the background - get back if you don't)
Did that answer the question / help?
_____________________________
John Wilson
Microsoft Certified Office Specialist
http://www.technologytrish.co.uk/ppttipshome.html
Post by StrangerCougI have PowerPoint 2003 and I selected two VBA text boxes to be transparent.
However, when I run the presentation, they come out opaque. What's wrong?