简体   繁体   中英

How to add gradient to font in MS Word using VBA macro

How to add gradient to font in MS Word using VBA macro. I am able to do it on the front end by going to: Home > Font > Font Color > Gradient

I wish to do this using VBA macro.

You need to use Font.Fill which will give you access to the FillFormat object.

Readthe documentation on that to find the specific methods and properties you need.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM