If ActiveDocument.Bookmarks.Exists("temp") = True Then If ActiveDocument.Bookmarks("temp").Empty = True Then _ MsgBox "The Temp bookmark is empty"End If