StormVoogd
Programmer
hia
This time i want to print when there ar 30 rows filled with data, but while testing he has an error that he has not enough memory
i use this as code to print....
If ActiveSheet.Rows >= 30 Then
Worksheet.Print
End if
What am i doing wrong
B-(
This time i want to print when there ar 30 rows filled with data, but while testing he has an error that he has not enough memory
i use this as code to print....
If ActiveSheet.Rows >= 30 Then
Worksheet.Print
End if
What am i doing wrong
B-(