Can anyone tell me what is wrong with this VB code?
Private Sub RSWVBAPage_afterPlay()
Dim MyDoc As Object
Dim ICount As Integer
testerWin = “0”
Set MyDoc = RSWApp.om.GetTopDocument(testerWin)
ICount = MyDoc.images.Length
MsgBox = ICount
End Sub