I need to create labels in word xp using script only.
what I have so far.
set objLbls = create object("word.application")
objLbls.visible=true
in between these 2 lines I need to populate the label fields and set
the type of avery sheet as well.
is that even possible, if so is there a knowledge base for it?
else please someone provide a sample code.
thanks