Draw Lines and Boxes Better explained

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

    Draw Lines and Boxes Better explained

    I need to print a report, but I need to first draw lines and boxes for the
    data.
    I need to do it at print time using VBA.

    How do I do this?

    Any suggestions appreciated.

    Taccea


  • Salad

    #2
    Re: Draw Lines and Boxes Better explained

    taccea wrote:
    [color=blue]
    > I need to print a report, but I need to first draw lines and boxes for the
    > data.
    > I need to do it at print time using VBA.
    >
    > How do I do this?
    >
    > Any suggestions appreciated.
    >
    > Taccea
    >
    >[/color]
    If the report is dynamic and can't be scanned in and using the form
    template from the insurance company, look at Stephan Lebans
    TextWidthHeight utility. http://www.lebans.com

    Comment

    • taccea

      #3
      Re: Draw Lines and Boxes Better explained

      Using the form/report background sound better how do I put it in after I
      scan my form?

      Thanks
      Taccea
      "Salad" <oil@vinegar.co m> wrote in message
      news:T70Cc.1426 2$Wr.11764@news read1.news.pas. earthlink.net.. .[color=blue]
      > taccea wrote:
      >[color=green]
      > > I need to print a report, but I need to first draw lines and boxes for[/color][/color]
      the[color=blue][color=green]
      > > data.
      > > I need to do it at print time using VBA.
      > >
      > > How do I do this?
      > >
      > > Any suggestions appreciated.
      > >
      > > Taccea
      > >
      > >[/color]
      > If the report is dynamic and can't be scanned in and using the form
      > template from the insurance company, look at Stephan Lebans
      > TextWidthHeight utility. http://www.lebans.com
      >[/color]


      Comment

      Working...