there is a list box with unique IDs in column 1. when one row selected,and a commandbutton is pressed, i want code to search for OneNote 2010 book with same name as ID( books are stored as folders inside which is file named Open Notebook.onetoc2) and add/print page to it which is sheet4 in current workbook. if the book is not found, it should display message. additionally i need a code to create a book with same name as ID when the row is selected.(i have found a workaround that is copying already existing book and renaming it, but i would prefer straight way)