hiactionsg
New Member
- Joined
- Nov 18, 2017
- Messages
- 1
My first time posting here and my first foray into VBA. I’ll try my best to be as descriptive and accurate here....
I have 2 tabs:
“Customer Info” tab: this contains customer data in a table (name, address, etc.) that will be manually updated / input as needed.
This customer data is then brought to the first tab (“Check Print” tab) that is formatted to print this information on checks (3 checks to 1 8.5” x 11” sheet of paper).
The user enters a date in an input cell on the Check Print tab which drives helper cells to bring all the customer data over that matches that date.
Where I’m getting stuck is how to loop a macro to go Print all the records. What I’m envisioning is I enter a date which brings over the first 3 records. Next I run the macro and it prints the page, brings in the next 3 records, prints, next 3 records, prints, etc. until all records are exhausted for that date.
I imagine I’m over complicating some of this but would love some help to write something is straightforward and suits my need. Thanks and looking forward to your responses!!
I have 2 tabs:
“Customer Info” tab: this contains customer data in a table (name, address, etc.) that will be manually updated / input as needed.
This customer data is then brought to the first tab (“Check Print” tab) that is formatted to print this information on checks (3 checks to 1 8.5” x 11” sheet of paper).
The user enters a date in an input cell on the Check Print tab which drives helper cells to bring all the customer data over that matches that date.
Where I’m getting stuck is how to loop a macro to go Print all the records. What I’m envisioning is I enter a date which brings over the first 3 records. Next I run the macro and it prints the page, brings in the next 3 records, prints, next 3 records, prints, etc. until all records are exhausted for that date.
I imagine I’m over complicating some of this but would love some help to write something is straightforward and suits my need. Thanks and looking forward to your responses!!