I am creating a variable to hold the name of the image that I want another image to change to. Ok, dont worry about that, it is spitting me back an error. Heres code:
This is spitting back the dreaded "Object or with block variable not set". ????? Please help...VB Code:
Dim x As Image Private Sub FORM_LOAD() x = Image27 End Sub
Thanks,
AnT




Reply With Quote