Posted By
steve diaz
11-20-2024 09:44
Found In
Egroup:
Graphics
\
view thread
Hello The errors are due to uninitialized variables and syntax issues. Dim Wheel As xpBaseObject Dim EndFrame As xpTextObject If Not Self.GetObjectByName("Row Wheel", Wheel) Then Exit Sub If Not Self.GetObjectByName("End Frame", EndFrame) Then Exit Sub Dim endFrameValue As ...
|