It appears that recent versions of Publisher are automation servers, so you should be able to instantiate it just as you do Excel or Word. Looks like:
oPub = CREATEOBJECT("Publisher.Application")
does the trick. Of course, the hard part is figuring out how to use the thing, but IntelliSense and the Object Browser should help you.
Tamar