Heya all!

Ok, I need to print a line underneath the last text line.

I just want to print a simple graphic line underneath the last printed text line. I tried using the printer.line method with scaleleft, etc. formulas. However, there must be a better way to tell VB to goto the next line and print a graphical line (width about 20) across the entire page. It's essentially just a guide to help when using the paper cutter to line it up. The preceeding text lines vary in number and amount, so I can't set hard values (coordinates) as they change every time I run the program.

So, something like this:

Sample text here across the page...
____________________________(width of the page)





Thanks for the help.

Trick