J
jase
I'm using the following code:
With objContact
.FullName = objRecip.Name
.Email1Address = strAddress
.Save
.Display
ActiveInspector.WindowState = olMinimized
End With
the last two lines create a flicker when the inspector is displayed and
then minimised - how do i work around this annoying little glitch
help greatly appreciated
jason
With objContact
.FullName = objRecip.Name
.Email1Address = strAddress
.Save
.Display
ActiveInspector.WindowState = olMinimized
End With
the last two lines create a flicker when the inspector is displayed and
then minimised - how do i work around this annoying little glitch
help greatly appreciated
jason