How to change font styles in excel by using macro's vba

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

How to change font styles in excel by using macro's vba

L
Learning

2 Views • Jul 08, 2020

Description

To change or set the font style, follow these steps:
Identify the cell range whose font you style you change (Range).
Refer to the Font object representing Range's font (Font).
Set the Font. Style property to a string specifying the font style you use (Font. FontStyle = “FontStyle”).