View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JMay JMay is offline
external usenet poster
 
Posts: 468
Default Device I/O Error

I have this code in my Userform code window (if that helps).

Private Sub CommandButton1_Click()
Unload Me
ThisWorkbook.Close savechanges:=False
End Sub

"JMay" wrote:

After stepping thru my code I'm getting the aboce message.
What does this usually mean? Any hints would be helpful.