Hello,
I am new to VBA, and reading a book by John Walkenbach. In page 160 he has a paragraph called "BeforeSave event for a workbook".
Question:
Can someone translate and explain to me what this line of code means in English/simple terms?
(ByVal SaveAsUI As Boolean, Cancel As Boolean)
Thanks