View Single Post
 
Old 11-07-2023, 05:57 AM
DuchessNora DuchessNora is offline Windows 11 Office 2021
Novice
 
Join Date: Oct 2023
Posts: 6
DuchessNora is on a distinguished road
Default

Quote:
Originally Posted by Italophile View Post
You would replace
Code:
StrCmt = StrCmt & vbTab & IIf(.Parent Is Nothing, "Not a Parent", "Is a Parent")
with:
Code:
StrCmt = StrCmt & vbTab & IIf(.Ancestor Is Nothing, "Not a Parent", "Is a Parent")
Hi, I tried replacing this but it still classes the parent comment as not a parent? :/
Reply With Quote