Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My user form causes Excel crash from time to time.
It looks like refEdit control causes that. Something related to tab stop index, but i have no idea what and why. I looks very strange. I put some breakpoints in the code. It looks like code is executed but doesn't stop on breakpoints. After pressing tab key several times user form disappears from the screen. VBE shows that nothing is running, but when I try i run once again it causes Excel crash. Did anybody have anything similar to that? Is there any other control which can substitute refEdit ? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You haven't used the RefEdit within a frame by any chance. Frames and
RefEdit seem to be very buggy. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "witek" wrote in message ... My user form causes Excel crash from time to time. It looks like refEdit control causes that. Something related to tab stop index, but i have no idea what and why. I looks very strange. I put some breakpoints in the code. It looks like code is executed but doesn't stop on breakpoints. After pressing tab key several times user form disappears from the screen. VBE shows that nothing is running, but when I try i run once again it causes Excel crash. Did anybody have anything similar to that? Is there any other control which can substitute refEdit ? Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bob Phillips wrote:
You haven't used the RefEdit within a frame by any chance. Frames and RefEdit seem to be very buggy. Yes, but I can't remove frames unfortunately. Thanks. We decided to make userform more complicated for a user and move all refEdits to small "popup" userform. So in main userform user sees labels/editboxes with values, but if he wants to change value he must click small button. Similar solution is utilized by Microsoft to modify collection. Small button with three dots. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
New RefEdit for excel | Excel Programming | |||
Crash upon using RefEdit | Excel Programming | |||
Crash in excel.exe | Excel Programming | |||
Excel Crash | Excel Programming |