View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bforster1[_4_] bforster1[_4_] is offline
external usenet poster
 
Posts: 1
Default compile error: out of memory

When I try an execute a userform I get the following error

Compile Error: Out of Memory

and the debugger takes me to the following code

Sub FullSummary()
UserForm12.Show vbModeless
End Sub

Any suggestions how to solve this problem??

Thanks

--
Message posted from http://www.ExcelForum.com