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

SolidworksConfigurations design Tables




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

SolidworksConfigurations design Tables