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!!
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.

Forum statistics

Threads
1,214,940
Messages
6,122,361
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top