M
madmatt
I need a macro which will hide the whole column 'A' then Save using thi
code:
Sub save()
Dim fname
fname = Worksheets("sheet1").Range("A1").Value & Format(Now
"_DD_MM_YYYY_HH_MM_SS")
fname = fname & ".xls"
ActiveWorkbook.SaveAs Filename:=fname
End Sub
(that works i have checked)
Then Print the only 'One Page' of the sheet, Then Copy The Printe
sheet and open up a new workbook and copy the whoile of the last wor
book (which contains 3 sheets) to the new on e to start over again
Many Thanks
Mat
code:
Sub save()
Dim fname
fname = Worksheets("sheet1").Range("A1").Value & Format(Now
"_DD_MM_YYYY_HH_MM_SS")
fname = fname & ".xls"
ActiveWorkbook.SaveAs Filename:=fname
End Sub
(that works i have checked)
Then Print the only 'One Page' of the sheet, Then Copy The Printe
sheet and open up a new workbook and copy the whoile of the last wor
book (which contains 3 sheets) to the new on e to start over again
Many Thanks
Mat
