Thread: [Solved] Styleref field returns error
View Single Post
 
Old 10-21-2018, 09:25 AM
Levi92 Levi92 is offline Windows 10 Office 2016
Novice
 
Join Date: Oct 2018
Posts: 4
Levi92 is on a distinguished road
Default Styleref field returns error

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...

Last edited by Charles Kenyon; 10-21-2018 at 01:32 PM. Reason: Mark as solved
Reply With Quote