T
Todd Huttenstine
hey
Is it possible to count the number of times someone
printed something in a spreadhseet?
For instance lets say I in workbook "Test.xls" and
worksheet "Todd". Lets say I run the following code 5
times:
Worksheets("Wkly Renewals").Range("D7:F" & RngCounter +
2).PrintOut
If this is the case I need for the counter to keep track
and see this was my 5th time printing.
Thank you
Todd Huttenstine
Is it possible to count the number of times someone
printed something in a spreadhseet?
For instance lets say I in workbook "Test.xls" and
worksheet "Todd". Lets say I run the following code 5
times:
Worksheets("Wkly Renewals").Range("D7:F" & RngCounter +
2).PrintOut
If this is the case I need for the counter to keep track
and see this was my 5th time printing.
Thank you
Todd Huttenstine