Hello everybody!
I am about to lose my mind trying to create this [insert bad language] header field.
So in my current document I want the current chapter name displayed in the header. Nothing easier than that using the Styleref Header 1 field. But this field returns an error
on pages with no header 1. Now I want to create an If field that does not return an error, but this is where I struggle.
My code: IF STYLEREF 1 = "Error!*", "", STYLEREF 1
While I am very good at VBA and creating functions in Excel, I have no clue how the syntax here works...