surveylasas.blogg.se

Cannot print to onenote 2010
Cannot print to onenote 2010







cannot print to onenote 2010

cannot print to onenote 2010

I discovered that the VBA object model (Outlook 2010, 2007) - when using SaveAs with the olHTML constant - is not useful for my purpose, because it creates HTML that consists of the voluminous MSO style information and the file + File folder and its several files that MS Word and Internet Explorer save. Once into OneNote, I am hoping that the Onetastic macros can be used to do some formatting and rearranging. I think that I want these individual Notes aggregated into a single notebook, as separate pages. Perhaps I will modify the text importer (? again written by John Guin), or one of the Onetastic macros.

cannot print to onenote 2010

My next small task is to import into OneNote. I think olDoc format would allow me to concatenate files more easily than olRTF. I am not sure whether I should have single 'pages' (ie, rtf disk files) or an aggregate. I decided that the RTF format was best for my purposes, though I haven't investigated the other SaveAs types (OlSaveAsType enumeration is olHTML, olMSG, olRTF, olTemplate, olDoc, olTXT, olVCal, olVCard, olICal, and olMSGUnicode). I would have liked the Creation date as well (within the 'Body' of the RTF files). The SaveAs RTF export adds the modified date into the 'Body', and WJ Pommersheim wrote the Notes (.rtf) files into folders on disk, according to their Categories.

#CANNOT PRINT TO ONENOTE 2010 CODE#

My code was derived as follows: directly copied from the VBA code originally shown by John Guin modified 2010 by WJ Pommersheim (a few filters of filename disallowed characters) and I added a few more filename refinements myself, and changed writing individual text files for each Note to a similar iteration through the Notes but using SaveAs. I used VBA's object model - rough enough for a start. The first stage of this small project is completed, which was to export the Notes to individual files on disk in RTF format. This may guide others who would like to do something similar. I have progressed a little, and I will add links and accurate attributions, and code - later. I can't understand why there isn't a simple add-in for either Outlook or OneNote, to facilitate transition to OneNote.









Cannot print to onenote 2010