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:
VB Code:
  1. Dim x As Image
  2. Private Sub FORM_LOAD()
  3. x = Image27
  4. End Sub
This is spitting back the dreaded "Object or with block variable not set". ????? Please help...

Thanks,
AnT