Hi,
I have created a few mandatory fields in my excel which makes users to fill compulsorily, for that i have written a macro as below
Private Sub Workbook_Beforeclose(Cancel As Boolean)
If Application.UserName = "xxx" Then Exit Sub
If WorksheetFunction.CountA(Sheets("Customer...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.