Sub Print1()
For a = 1 To 10
Sheet3.Range("L2").Value = a
ActiveWindow.SelectedSheets.PrintOut copies:=1, collate:=True,
IgnorePrintAreas:=False
Next
End Sub
Resetting the Password via SSH: Access the server as root: Use an SSH program like PuTTY to connect to your server as the root user. R...
No comments:
Post a Comment