View Single Post
  #1   Report Post  
Steved
 
Posts: n/a
Default Sub SaveNClose()

Hello from Steved

If Im working in another sheet but I want it to go the first sheet then save
what is required please to the macro below

Sub SaveNClose()
Application.Goto Reference:="R5C1"
ActiveWorkbook.Close True
End Sub
Thankyou.