Linespacing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paradigm

    #1

    Linespacing

    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


  • Paradigm

    #2
    Re: Linespacing

    Sorted it. I was putting the linespacing in cm instead of twips.
    Alec

    "Paradigm" <nospam@hotmail .comwrote in message
    news:AC1rh.6264 0$Qa6.58111@new sfe6-gui.ntli.net...
    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
    >
    >

    Comment

    Working...