Hello,
I have workbooks A, B, C.
Via the 'Sub Workbook_Open()' in workbook A, workbook B is opened as read only and it is checks for any new rows of orders. If new orders are found, a message box pops up to inform the user.
Via the 'Sub Workbook_Open()' in workbook C, workbook A is opened as read only to search for new cell data and synchronize corresponding data in workbook C. During this process, the message box pops up once again when workbook A is opened.
Is there a way to ignore or bypass the message box of workbook A when workbook C is being opened?
I have tried Application.DisplayAlerts = False but that does not work.
Cheers,
TV
Bookmarks