-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- I would 2nd that motion and be very grateful if it was implemented.
- Good, but I could really do with the ability to word count a selection, or the current paragraph...
- OneNote is definitely a great productivity tool that I use a lot. The integration with CRM is quite clever.
- Ho do I sync all my notes in my notebook to my device. In my onenote, all except work off line is disabled in sync menu. Can you help?
- Cool powertoy. However, the holy grail here has got to be excel embedded into notebook pages like it can be into a word doc. Even better would be some native editing capabilities without opening...
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 »
1 year ago
1 year ago
1 year 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