Code: Select all
on printChart
answer page setup as sheet
if the result = "cancel" then
exit printChart
end if
answer printer as sheet
if the result = "cancel" then
exit printChart
end if
print card from topLeft of me to bottomRight of me into tPrintRect
end printChartThis does not seem correct.
Does anyone know?
Mac 10.9.2
Thanks
Terry

