How do you specify the parameterized value in the Microsoft Office Object Library DocumentElement.SelectNodes() method shown in the following MSDN VBA sample
http://code.msdn.microsoft.com/office/OneNote-2010-Open-Close-84193a49
The sample references a ("//one:Notebook") but it's unclear how to reference a private collection of notebooks. Specifically, what does "one" mean? What does "Notebook" mean? How would I reference a notebook named "Work"? Goal here is to enumerate amongst all sections of a OneNote file searching for Metadata. Thanks