Community Page
- www.onenotepowertoys.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- This is pretty what is it?
- Take a look at the new OneNote video on YouTube at http://www.youtube.com/watch?v=cxoYHG69imE
- It will not work with .net framework 3.5. Any suggestions? It will not allow me to install program.
- I love this, but.... how do you simply remove a favorite? Do you have to remove or delete the original page...?
- I'm a brand new One Note user. Just discovered that there's no ruler!!! I'm a bit shocked! It can't possibly be that hard to put one in there. How on earth am I supposed to...
Jump to original thread »
John Guin gives us yet another requested and useful PowerToy… (where was this guy two years ago during the “contest”?)
It will allow you to navigate to a folder on the hard drive and import all the TXT files in it to OneNote. It will create a new section w ... Continue reading »
It will allow you to navigate to a folder on the hard drive and import all the TXT files in it to OneNote. It will create a new section w ... Continue reading »
2 years ago
2 years ago
2 years ago
1 year ago
1 year ago
Is there any way to open One Note 2007 application using VB script/Java script?
I tried this VB script ...this failes because VB script is not supporting OUT parameter
dim oneNote,pageStyle,importedPageID,unfiledPath,unfiledID
set oNote = CreateObject("OneNote.Application")
oNote.GetSpecialLocation 1,unfiledPath
oNote.OpenHierarchy unfiledPath, "", unfiledID, 0
oNote.CreateNewPage unfiledID,importedPageID, 0
Dim xml2importBase 'As String
xml2importBase = ""
xml2importBase = xml2importBase ""
xml2importBase = xml2importBase ""
Dim tailXml
tailXml = ""
Dim xml2import
xml2import = xml2importBase tailXml
oNote.UpdateHierarchy xml2import
oNote.NavigateTo importedPageID, "", False
I know we cant send out parameter in the VB script.
So Is there any way to overcome this problem and make this script run?
Or can I import XML to the OneNote2007 application without SectionID and PageID?
1 year ago