View Single Post
 
Old 12-16-2022, 11:21 AM
Italophile Italophile is offline Windows 11 Office 2021
Expert
 
Join Date: Mar 2022
Posts: 554
Italophile is just really niceItalophile is just really niceItalophile is just really niceItalophile is just really nice
Default

Quote:
Originally Posted by balavaka View Post
compile error

on this line

Code:
If Not sty.BuiltIn Then sty.Name = newNames(i)
Sorry that should be
Code:
If Not sty.BuiltIn Then sty.NameLocal = newNames(i)
Reply With Quote