B
bravofoxtrotuk
Hi,
I'm from the world of Access (Office 2003), and though I know Access VBA(!),
and I've been looking on the forums for some while, I'm struggling with what
is probably very simple.
From Access I'm wanting to open a new Word document, and I want to then open
the Envelopes and Labels dialog box. I can test this in Word VBA using:
Dialogs(wdDialogToolsEnvelopesAndLabels).Show
- but how should I do all this from Access?
I then want to force an address into the 'address' box of the dialog with
text passed forward from Access (or from the clipboard). Is this possible?
The user would then select the type of label for printing a full page of the
same label.
(I'm doing this to get round the unfriendly way Access deals with labels.)
If someone could point me in the right direction...
Bob
I'm from the world of Access (Office 2003), and though I know Access VBA(!),
and I've been looking on the forums for some while, I'm struggling with what
is probably very simple.
From Access I'm wanting to open a new Word document, and I want to then open
the Envelopes and Labels dialog box. I can test this in Word VBA using:
Dialogs(wdDialogToolsEnvelopesAndLabels).Show
- but how should I do all this from Access?
I then want to force an address into the 'address' box of the dialog with
text passed forward from Access (or from the clipboard). Is this possible?
The user would then select the type of label for printing a full page of the
same label.
(I'm doing this to get round the unfriendly way Access deals with labels.)
If someone could point me in the right direction...
Bob