To extract a file from a res file u use the code
thenCode:sBuffer = StrConv(LoadResData("Easy", "CERTIFICATES"), vbUnicode) Open App.Path & "\Easy.DOC" For Output As #1 Print #1, sBuffer
to close the fileCode:'Kill App.Path & "\Easy.DOC"
but all that does it loads the file but doesnt print it
how do i print it
thanks Trav




Reply With Quote