View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
David Battams David Battams is offline
external usenet poster
 
Posts: 7
Default Reproducable Hard Crash in Excel 2003 (and earlier versions) with the following VBA code.

There's no "treating" a UserForm class as an object module. It IS an object
module.

Try placing the public type declaration in UserForm1 and see what error
message you get....

KeepItCool - what do you mean what is the point? I presume hard crashes are
a feature in your code? :-)


"keepITcool" wrote in message
...
hmm..
might be a good idea :)

having looked at your site
speedtest is a nice eyeopener too :)

I'm learning!




keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


"Rob van Gelder" wrote:

I treat Userforms as Class Modules without problems. It find it tider
than returning values via a Standard Module.


"keepITcool" wrote in message
...
ok i confirm it crashed in xlXP too :)

but what's the point?


the PROBLEM is that
you're treating a userform as a class module (first time i saw that
:)