Question
How can i create TOC without creating TOC styles?
Set MyTOCStyle = myDoc.TOCStyles.Add 'without this line next one doesn't work
myDoc.CreateTOC MyTOCStyle, True
What should i write instead of "MyTOCStyle" in 2-nd line
cause i have my TOC styles already in document?
Thanks
myDoc.CreateTOC MyTOCStyle, True
What should i write instead of "MyTOCStyle" in 2-nd line
cause i have my TOC styles already in document?
Thanks