AAP
Member
Hi,
If user opened more than single views of a workbook then the vba throws error because the workbook name has changed from Workbooks("Book1") to Workbooks("Book1:1") or Workbooks("Book1:2"). How do I write a code that inform user that he has opened many views for that workbook and needs to close before he/she begin to run another code.
Thanks
If user opened more than single views of a workbook then the vba throws error because the workbook name has changed from Workbooks("Book1") to Workbooks("Book1:1") or Workbooks("Book1:2"). How do I write a code that inform user that he has opened many views for that workbook and needs to close before he/she begin to run another code.
Thanks