View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jlacross jlacross is offline
external usenet poster
 
Posts: 1
Default Excel VBA Print Command

Why is it that in Excel 2007, when I record a print command, we now get

ExecuteExcel4Macro "PRINT(1,,,1,,,,,,,,2,,,TRUE,,FALSE)" ???

We used to get a .printout method. I can modify statements and still get the
printout method to work, but the recorder is not longer using it???

Thanks for any clarification.