M
mickey
From Access 2000 I am able to programmatically add a label
to an excel sheet using the following:
Set myLabel = myDocument.Shapes.AddFormControl(xlLabel,
100, 150, 200, 50)
But, I can't figure out how to send text (caption) to the
label. Any help greatly appreciated.
Thanks!
to an excel sheet using the following:
Set myLabel = myDocument.Shapes.AddFormControl(xlLabel,
100, 150, 200, 50)
But, I can't figure out how to send text (caption) to the
label. Any help greatly appreciated.
Thanks!