I get this error message:
The code is incredibly simple, and I'm running with more than enough memory to support it (my indicators say I'm using less than 47% when this is being run):
Any ideas how to fix this? Thanks!
Code:
Compile error:
Out of memory
The code is incredibly simple, and I'm running with more than enough memory to support it (my indicators say I'm using less than 47% when this is being run):
Code:
Private Sub cmdConfirmExistingData_Click()
Sheet9.Visible = xlSheetHidden
Sheet10.Visible = xlSheetHidden
Sheet11.Visible = xlSheetHidden
Sheet12.Visible = xlSheetHidden
frmNewDataConf.Hide
frmDataEntry.Show
End Sub
Any ideas how to fix this? Thanks!