View Single Post
  #3   Report Post  
Steved
 
Posts: n/a
Default

Excellent

Thankyou.

"Ron de Bruin" wrote:

Try this Steve

Application.Goto Reference:=Worksheets(1).Range("A5")


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Steved" wrote in message ...
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.