W
Wu
I would like to write a macro to print out below information from
INVOICE NO. "2008-005" TO "2008-020"
I have write macro : firstinv = inputbox("input the first invoie")
lastinv= inputbox("input the last invoie")
now, how to wirte macro to use these information to print out the specified
range?
------------------------------------------------------------------------------------------------
INVOICE NO. ITEM QTY.
2008-001 PEN 100
2008-002 PAPER 1000
2008-005 RUBBER 200
2008-010 PEN 500
2008-011 PENCIL 10
2008-012 PAPER 200
2008-017 RULER 50
2008-020 PAPER 500
2008-021 PEN 60
INVOICE NO. "2008-005" TO "2008-020"
I have write macro : firstinv = inputbox("input the first invoie")
lastinv= inputbox("input the last invoie")
now, how to wirte macro to use these information to print out the specified
range?
------------------------------------------------------------------------------------------------
INVOICE NO. ITEM QTY.
2008-001 PEN 100
2008-002 PAPER 1000
2008-005 RUBBER 200
2008-010 PEN 500
2008-011 PENCIL 10
2008-012 PAPER 200
2008-017 RULER 50
2008-020 PAPER 500
2008-021 PEN 60