J
Jan Eliasen
Hello
I am new to VBA, and I am writing a Word-macro
I need a way to find the section number the cursor is in.
I found the wdActiveEndSectionNumber, but that seems to always return
"2" in my macro. And I need the full number. If I am in section 2.3.1
then I need a string with "2.3.1" in it. Is this possible?
Thanks in advance
I am new to VBA, and I am writing a Word-macro
I need a way to find the section number the cursor is in.
I found the wdActiveEndSectionNumber, but that seems to always return
"2" in my macro. And I need the full number. If I am in section 2.3.1
then I need a string with "2.3.1" in it. Is this possible?
Thanks in advance