View Single Post
 
Old 06-14-2021, 10:55 AM
shaun0406 shaun0406 is offline Windows 10 Office 2010
Novice
 
Join Date: Dec 2020
Posts: 19
shaun0406 is on a distinguished road
Default

I modified the line
Code:
aCC.Range.Text = ""
to
Code:
aCC.Range.Delete
With the range.text, I couldn't clear the annual fields in a protected documents. But with Range.Delete I was able to clear the annual fields with no problem

But this works perfectly, Thank You!
Reply With Quote