Using the Design Journal with VBA

I am looking to print the Design Journal within a Solidworks Drawing File using vba.

1) Run macro

2) Macro to search the tree for the "Design Journal.doc" or select it directly by name or other.

         (When ive tried to...

                  search for the DJ within the DocsFolder it returns empty?

                  select the DJ by name it returns false?

                  select the DJ manual it returns as not selected?)

2.1) If the DJ name is "Design Journal.doc " then create it.

3) Open the DJ

4) Allow the linked properties to update

5) Print DJ

6) Close DJ

SolidworksApi/macros