|
-
Apr 6th, 2006, 07:31 AM
#1
Thread Starter
Lively Member
Label layout settings with word automation
I am using word automation (WordXp) with my VB6 App.
I want to change the label settings like width, height, number across, number down, Top margin, Side margin, Vertical en horizontal pitch
These settings are available in word in window 'Label options', which is a subwindow from window 'Envelopes and Labels'
Now i want to change these settings programmaticly in vb
like
Appword.ActiveDocument.....
Where can i find this and all settings concerning labels are welcome
Added info:
In he meanwhile i allready found several options.
Now i still need following
I can get the custom labelnames but not the once in Word itself
The custom once i get:
AppWord.mailingLabel.Customlabels(i).Name
When put in a loop i get all the labelnames and put them in a combobox.
But Where are the wordlabelnames like AE (2x4) Address.... from the Label options window?
Last edited by lvermeersch; Apr 6th, 2006 at 09:01 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|