View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
DM Unseen DM Unseen is offline
external usenet poster
 
Posts: 233
Default Controlling dialog programatically

IanC

pls seperate the actual print code from the Userforms into the
workbook. This way you get print macro's (e.g. print1 to print4) in a
global module.
When doing a printall just run all 4 print macro's after eachother.

DM Unseen