VBA code that used to work in V8i fails in Connect:
Dim tec As TransientElementContainer Set tec = CreateTransientElementContainer1(Nothing, msdTransientFlagsOverlay, msdViewAll, msdDrawingModeHilite)
Error message is:
What has changed?
VBA code that used to work in V8i fails in Connect:
Dim tec As TransientElementContainer Set tec = CreateTransientElementContainer1(Nothing, msdTransientFlagsOverlay, msdViewAll, msdDrawingModeHilite)
Error message is:
What has changed?