Wednesday, March 15, 2017

Closing of Workbook without Saving

Sub Save_WorkBook()

         ActiveWorkbook.Close savechanges:=xlNo

End Sub

No comments:

Post a Comment

*INTERVIEW QUESTIONS

* Ques 01. What is the difference between ByVal and ByRef and which is default ? Ans-  ByRef : If you pass an argument by reference when...