"Microsoft Office Excel is waiting for another application to complete an OLE action" Alert when updating Design Tables

Some of you get a "Microsoft Office Excel is waitingforanother application to complete an OLE action" when updatingadesign table (after closing the table) on a large assemblywhichtake a long time to rebuild?

The solution is very simple.... just add the following macroto thedesign table (add it as an autoexecute on start macro so itruns asthe table open)>>>

' Macro to supress Waiting Alerts
--------------------------------------------
Sub nomorewait()
      Application.DisplayAlerts=False
End Sub

Happy

SolidworksConfigurations design Tables