I like to write VBA code to disable Excel to update links to TRD on Workbook_Open

I like to write VBA code to disable Excel to update links to TRD on Workbook_Open

Best Answer

  • I assume the goal here is for cells containing Eikon Excel functions in the workbook being opened to retain the values those cells had when the workbook was last saved, right? In this case the only way I know how this can be accomplished is by switching Excel to manual calc mode either prior to workbook being opened or in the Workbook_Open event handler.

Answers