Thread
:
kindly help where i mistake
View Single Post
12-16-2022, 11:21 AM
Italophile
Windows 11
Office 2021
Expert
Join Date: Mar 2022
Posts: 554
Quote:
Originally Posted by
balavaka
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)
Italophile
View Public Profile
Find all posts by Italophile