Is it possible to change the linespacing of a text box using vba? If so how
do I do this, which event do I use.
I have tried
me!mytext.lines pacing = cLineSpacing
where cLineSpacing is a constant single value
I have put this in the on open event of the report and on format event of
the report detail but this does not seem to work.
Alec
do I do this, which event do I use.
I have tried
me!mytext.lines pacing = cLineSpacing
where cLineSpacing is a constant single value
I have put this in the on open event of the report and on format event of
the report detail but this does not seem to work.
Alec
Comment