S
sandy
Hi
In a macro, I'd like to change the slide displayed.
If NetworkConnection = 1 Then
ActiveWindow.View.GotoSlide (49) 'Slide 49
MsgBox "conn = 1"
Else
ActiveWindow.View.GotoSlide (48) ' Slide 48
MsgBox "conn = 0"
End If
It doesn't work. Can u plz help me?
Sandy
In a macro, I'd like to change the slide displayed.
If NetworkConnection = 1 Then
ActiveWindow.View.GotoSlide (49) 'Slide 49
MsgBox "conn = 1"
Else
ActiveWindow.View.GotoSlide (48) ' Slide 48
MsgBox "conn = 0"
End If
It doesn't work. Can u plz help me?
Sandy