Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

developer drop down font

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Developer, drop down font size

Developer, drop down font size

ResolvedVersion 2016

Askhat has attended:
Excel Forecasting and Data Analysis course

Developer, drop down font size

Hello,

Can you please advise, how I can change font size(text size) of drop down and option buttons? there is no font change in properties.

Thanks

RE: developer, drop down font size

Hi Askhat,


Thank you for the forum question.

You can only change the font size if you use ActiveX controls.

The ActiveX controls can be coded to change the font size.


Kind regards

Jens Bonde
Microsoft Office Specialist Trainer

Tel: 0207 987 3777
STL - https://www.stl-training.co.uk
98%+ recommend us

London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector

RE: developer, drop down font size

Jens, thank you!

i need one more help.

i changed option buttons for activex controls, but i couldn't assign macro for this option button.

before i could assign macro for option button, but it was just form control.

please advise

Askhat

RE: developer, drop down font size

Hi Askhat,

To code ActiveX controls you will need to be in design view and then double click the control. This will bring you to the private model for the ActiveX controls.




Kind regards

Jens Bonde
Microsoft Office Specialist Trainer

Tel: 0207 987 3777
STL - https://www.stl-training.co.uk
98%+ recommend us

London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector

Will be marked as resolved in 5 days

Notice: This is an automated message. Due to inactivity, this forum post will be marked as 'resolved' if there are no further responses in the next 5 days.

RE: developer, drop down font size

hello Jens,

the question is again about option buttons in activex controls. can i assign macro for this button?

thanks,
Askhat

RE: developer, drop down font size

Hi Askhat,

Yes you can.

In the design view double click the ActiveX control. This will bring you to the private module for your ActiveX controls. You can call a macro or write your code inside the Click event.

See below:






Private Sub CommandButton1_Click()
Call NameOfMacro
End Sub

Private Sub CommandButton1_Click()
Write the code here
End Sub


Kind regards

Jens Bonde
Microsoft Office Specialist Trainer

Tel: 0207 987 3777
STL - https://www.stl-training.co.uk
98%+ recommend us

London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector

RE: developer, drop down font size

Thank you Jens,

it works.

RE: developer, drop down font size

Great I am happy to help.


Kind regards

Jens Bonde
Microsoft Office Specialist Trainer

Tel: 0207 987 3777
STL - https://www.stl-training.co.uk
98%+ recommend us

London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector

Thu 31 May 2018: Automatically marked as resolved.

Excel tip:

Checking formulas with multiple operators

When dealing with formulas containing more than one operator (+, -, /, *), Excel follow standard BEDMAS order of operation rules. These rules specify the order that calculations will be performed in, regardless of how the formula reads left to right:

B = brackets
E = exponents
D = division
M = multiplication
A = addition
S = subtraction

It should be noted that multiplication and division are considered equal; as are addition and subtraction.

If you would like to check the order in which Excel is performing calculations in a formula, simply click on the cell containing the formula. Then go to Tools - Formula Auditing and select Evaluate Formula.

In the Evaluate Formula dialogue box that appears on your screen, click the Evaluate button to see how Excel calculates the formula result.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.12 secs.