Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default userform and error excel has stopped working


hi,

i have created a userform in excel. when i debug it it works fine. when i
click on the button "Save" (does a save as) and rename the file until here no
problem. but when i try to open the newly saved file it gives an error like
"excel has stopped working ....". when i place a messagebox just before the
form.show command, it displays the messagebox and when the command form.show
needs to be executed the error appears again and i can close excel. if i open
de file without executing the code and change something (for exemple add an
empty line) in the code and save it, the file works again. like this i can
not send this userform to be used by our offices.
what could be the problem????? has anyone got an idea?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default userform and error excel has stopped working


You need to put a break point at the SUB line in the userform and then step
through the code. You probably have to put a break point at the start of
each of the SUB's in the userform to find the problem.

"hekske" wrote:

hi,

i have created a userform in excel. when i debug it it works fine. when i
click on the button "Save" (does a save as) and rename the file until here no
problem. but when i try to open the newly saved file it gives an error like
"excel has stopped working ....". when i place a messagebox just before the
form.show command, it displays the messagebox and when the command form.show
needs to be executed the error appears again and i can close excel. if i open
de file without executing the code and change something (for exemple add an
empty line) in the code and save it, the file works again. like this i can
not send this userform to be used by our offices.
what could be the problem????? has anyone got an idea?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default userform and error excel has stopped working


Two more things. Change the Stop on Error mode in VBA tools - Options -
General - Error Stoppping. stop onj all errors. Also comment out all the ON
Error statements so you can find the source of the problem.

"hekske" wrote:

hi,

i have created a userform in excel. when i debug it it works fine. when i
click on the button "Save" (does a save as) and rename the file until here no
problem. but when i try to open the newly saved file it gives an error like
"excel has stopped working ....". when i place a messagebox just before the
form.show command, it displays the messagebox and when the command form.show
needs to be executed the error appears again and i can close excel. if i open
de file without executing the code and change something (for exemple add an
empty line) in the code and save it, the file works again. like this i can
not send this userform to be used by our offices.
what could be the problem????? has anyone got an idea?

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default userform and error excel has stopped working



hi,

Can you please provide more details (eg Excel version, size of file,
ideally a copy of the file or at least the problematic section of
code)?
Does the file have lots of formulae or Charts?
What is "Form" declared as, does it work if you rename it to a more
unique word eg "UserInputForm"?

If you have made lots of code changes within the VBE during development
I suggest downloading & running 'Rob Bovey's Code Cleaner.'
(http://www.appspro.com/Utilities/CodeCleaner.htm)

hth
Rob


--
broro183

Rob Brockett. Always learning & the best way to learn is to
experience...
------------------------------------------------------------------------
broro183's Profile: http://www.thecodecage.com/forumz/member.php?userid=333
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=109219

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default userform and error excel has stopped working


the version of excel is 2007 (12.06504.5001 sp2), the file size is 575 kb
there are no charts, formulas in the file. only some sheets (which contain
only text) and a userform (+ code).
how can i attach the file?

"broro183" wrote:


hi,

Can you please provide more details (eg Excel version, size of file,
ideally a copy of the file or at least the problematic section of
code)?
Does the file have lots of formulae or Charts?
What is "Form" declared as, does it work if you rename it to a more
unique word eg "UserInputForm"?

If you have made lots of code changes within the VBE during development
I suggest downloading & running 'Rob Bovey's Code Cleaner.'
(http://www.appspro.com/Utilities/CodeCleaner.htm)

hth
Rob


--
broro183

Rob Brockett. Always learning & the best way to learn is to
experience...
------------------------------------------------------------------------
broro183's Profile: http://www.thecodecage.com/forumz/member.php?userid=333
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=109219




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default userform and error excel has stopped working


i put the error option to all errors but it stays the same. when i try to
debug, the error doesn't show. it only happens when i do a save (of the data
) and open the (new) file again (so that the code can be executed).


"Joel" wrote:

You need to put a break point at the SUB line in the userform and then step
through the code. You probably have to put a break point at the start of
each of the SUB's in the userform to find the problem.

"hekske" wrote:

hi,

i have created a userform in excel. when i debug it it works fine. when i
click on the button "Save" (does a save as) and rename the file until here no
problem. but when i try to open the newly saved file it gives an error like
"excel has stopped working ....". when i place a messagebox just before the
form.show command, it displays the messagebox and when the command form.show
needs to be executed the error appears again and i can close excel. if i open
de file without executing the code and change something (for exemple add an
empty line) in the code and save it, the file works again. like this i can
not send this userform to be used by our offices.
what could be the problem????? has anyone got an idea?

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default userform and error excel has stopped working



hi,

Unfortunately, I don't have access to Excel 2007 so I may not be able
to help even if you can upload it :(
I'm viewing the thread as a member of TheCodeCage (via this 'URL'
(http://tinyurl.com/nhtmq5)) which provides the ability to attach files.
You could become a member & upload a file to the thread then or Joel may
be able to resolve it for you without having a file in front of him...

It may be easier for you just to post the code via your normal
forum/community (rather than becoming a CodeCage member).

Also, have you tried the Code Cleaner addin?

Rob


--
broro183

Rob Brockett. Always learning & the best way to learn is to
experience...
------------------------------------------------------------------------
broro183's Profile: http://www.thecodecage.com/forumz/member.php?userid=333
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=109219

  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default userform and error excel has stopped working


hi,

the code cleaner didn't solve the problem. i can not post the code because
there is a lot of code(modules, subs, ... ) behind the userform.

Cindy

"broro183" wrote:


hi,

Unfortunately, I don't have access to Excel 2007 so I may not be able
to help even if you can upload it :(
I'm viewing the thread as a member of TheCodeCage (via this 'URL'
(http://tinyurl.com/nhtmq5)) which provides the ability to attach files.
You could become a member & upload a file to the thread then or Joel may
be able to resolve it for you without having a file in front of him...

It may be easier for you just to post the code via your normal
forum/community (rather than becoming a CodeCage member).

Also, have you tried the Code Cleaner addin?

Rob


--
broro183

Rob Brockett. Always learning & the best way to learn is to
experience...
------------------------------------------------------------------------
broro183's Profile: http://www.thecodecage.com/forumz/member.php?userid=333
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=109219


  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default userform and error excel has stopped working



hi Cindy,

You need to put a break point at the SUB line in the userform and then
step through the code. You probably have to put a break point at the
start of each of the SUB's in the userform to find the problem.


To expand on Joel's suggestion, a break point can be inserted by
clicking a line of code near the start of each sub & pressing [F9] (note
that they can't be on declarations). From memory, break points only
exist for the life of the file being open, so in your case, it is likely
to be better if you type the word Stop on a line by itself near the
start of each sub. The "stop" phrase has the same action (as a break
point) but it will still be there when you re-open the file & will cause
the code to be interrupted when it is reached. The stop phrase will
highlight & you can then use [F8] to manually continue the code line by
line or [F5] to automatically continue. You can then narrow down which
macros work & where the error occurs by noting down each macro as it
runs. To see the hierarchy of called macros at any time when the code is
interrupted you can press [ctrl + L] to bring up the Call Stack.
Note: when you fix the problem you should comment out (or delete) all
the "stop" lines within your add-in.

I'm sorry no other solutions spring to mind, but I've realised that I
may be able to help if you were to become a CodeCage member (it's free &
you can list me "broro183" as your referrer :) via 'The Code Cage - Help
Forums For Microsoft Office Tips & Tricks'
(http://www.thecodecage.com/register.html)). Then you can upload a
zipped copy of the file in Excel 2007's compatibility mode of xls format
for Excel '97 to 2003 into this thread (http://tinyurl.com/nhtmq5).

hth
Rob


--
broro183

Rob Brockett. Always learning & the best way to learn is to
experience...
------------------------------------------------------------------------
broro183's Profile: http://www.thecodecage.com/forumz/member.php?userid=333
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=109219

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel stopped working Doris R. Excel Discussion (Misc queries) 3 February 18th 10 04:19 AM
excel stopped working Dunk1957 Excel Discussion (Misc queries) 1 June 26th 09 08:09 PM
Help in Excel stopped working GaryDolman Excel Discussion (Misc queries) 0 January 4th 08 08:03 PM
Help - Macro has stopped working - Compile Error mr tom Excel Programming 2 October 29th 07 03:03 PM
excel stopped working Steve Excel Discussion (Misc queries) 0 January 13th 05 04:07 AM


All times are GMT +1. The time now is 04:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"