command button properties

G

gbeard

Isn't there a way to change the properties like size, background color,
foreground color, caption etc...in a properties box? I've been looking all
over for it and can't find it. I put a caption in a command button, but
can't figure out how to change the caption without doing it in VB.
Thanks in advance,
 
R

Rich

gbeard said:
Isn't there a way to change the properties like size, background color,
foreground color, caption etc...in a properties box? I've been looking all
over for it and can't find it. I put a caption in a command button, but
can't figure out how to change the caption without doing it in VB.
Thanks in advance,
drop-down menu.
 
G

gbeard

I've tried that, but there's no place to select the properties for the
command button.
 
G

gbeard

Once I created a new command button I was able to edit the properties of
both command button 1 and command button 2 from the properties windows.
But, that is the only way I have found to edit the properties of command
button 1 through the properties window...creating a new command button.
 
G

gbeard

I wasn't in design mode. Clicked the button for design mode and it works.

Thanks for the help.
 
Top