I'm close to what I want but print preview shows it will only print the cell on each sheet where my cursor is sitting.
Here's what I have:
Sub PrintSalesLabor()
Dim vArrSh As Variant
Dim sh As Long
vArrSh = Array("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O")
For...