Command Button Properties

F

FredL

I have button the refreshes pivots in template. However, when I hit the
button or open the template that's been used, the font size increases or
decreases. How do fix it so that it doesn't change? What do these
properties represent (those with ?)?

? Accelerator =
? AutoLoad = False
AutoSize = False
BackColor = &H800000012&
BackStyle = 1 - fmBackStyleOpaque
Caption = Refresh!
Enabled = True
Font = Arial
ForeColor = &H80000012&
? Height = 34.5 (Button height or Font?)
? Left = 259.5
Locked = True
MouseIcon = (none)
MousePointer = 0 - fmMousePointerDefault
Picture = (none)
PicturePosition = 7-fmPicturePositionAboveCenter
? Placement = 2
PrintObject = True
Shadow = False
? TakeFocusOnClick = True
? Top = 0.75
Visible = True
? Width = 84
WordWrap = False
 
K

Kevin B

When you're in the properties dialog box you can move to any property field
and press F1 to get help about the selected property. You'll get a fuller
description and you won't have to wait for someone to reply to all those
questions.

Hope this helps...
 
F

FredL

Hi Kevin,

Thanks. The F1 help on some, but not others. Some only shows the same
Object Model Overview which didn't help at all.
like AutoLoad, , The others I figure is the button location and size.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top