UnsolvedCoding
Technical User
I am working on a project that mixes Robo-realm with VBA. Does anyone know what language Robo-realm works in and how to make VBA use goto commands in a sub routine?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
'GoTo instructions pointing to Label1
GoTo Label1:
' Actual label you are pointing to.
Label1: