Hey sir,
I have excel vba to maintain client account receivable.
I can enter invoice details & I can enter new client details.
But when I enter one invoice, it insert a column before Total row. So the total
row keeps on moving down when you enter invoice.
But I need printout including total row.
Here I cannot set printout area with total row.
Can anyone help me in this thread?
Charles
Last edited by ebin charles; 07-02-2011 at 10:33 AM.
Hi Charles,
The total row keeps moving down because of the line:
in the userform1 code.ws.Cells(lrow, 7).EntireRow.Insert
I'm not sure if you want to leave this line out or expand your print area.
One test is worth a thousand opinions.
Click the * below to say thanks.
Hi Charles,
It looks like there are a lot of hits on this topic on the net.
http://www.mrexcel.com/archive/Printing/30490.html
http://excel-tips.blogspot.com/2008/...-in-excel.html - I like this one!
http://www.teachexcel.com/excel-help...php?i=141660#4 for many examples.
One test is worth a thousand opinions.
Click the * below to say thanks.
Thank you for such great idea.
But I am not getting the TOTAL row with printable
area.
Is there any code to use?
Regard
Charles
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks