I am trying to reorganise a large onenote file imported from Evernote. Because of the very different ways the two programs handle tags, the import ended up a conceptual mess.
So now I would like to find and select all the notes (around 2,000) which have a particular tag and move them to a fresh notebook. I think I can see how to find all the pages with a particular tag through the API. But I can't see anyway to move the found page somewhere else.
Is there a way to do what I want? Or would I have to copy the content of every found page into a new one and then delete the old one?