Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Userform Instability

I'm creating progressively more complex multi-form applications using
Excel Userforms, and am finding that they sometimes have stability
issues - sometimes completely crashing Excel.
Has anyone else experienced problems with these and can recommend ways
of ensuring stability?
TIA
mark
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Userform Instability

The first thing I would try is to clean the VBA Project using Rob
Bovey's CodeCleaner add-in. When you do a lot of editing over a long
period of time, VBA's internal code storage gets junked up with a lot
of extraneous and invalid code. It is nothing you did or any problem
with your existing code; it is a problem with the internals of VBA.

Rob's add-in exports all the VBA code to text files, purges the
existing VBA from the project, and then imports the text files back
into the project. While this can be done manually, the CodeCleaner
reduces it to a mouse click. CodeCleaner is one of the essential
add-ins that every developer should have in his arsenal. It can cure
any number of problems.

Go to www.appspro.com then the Free Utilities page and download the
latest version of the Code Cleaner.

Cordially,
Chip Pearson
Microsoft MVP
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)


On Mon, 1 Dec 2008 06:38:34 -0800 (PST), dransfield
wrote:

I'm creating progressively more complex multi-form applications using
Excel Userforms, and am finding that they sometimes have stability
issues - sometimes completely crashing Excel.
Has anyone else experienced problems with these and can recommend ways
of ensuring stability?
TIA
mark

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
anyone experiencing graphics instability in Excel 2007 Peter TC Excel Discussion (Misc queries) 0 March 4th 10 10:50 AM
Large Charts Cause Instability pmjboyle Charts and Charting in Excel 3 August 31st 07 02:21 AM
Excel 2007 instability MK Excel Discussion (Misc queries) 1 February 9th 07 09:36 PM
Macro Instability Nat Excel Programming 4 February 25th 06 01:57 PM
VBA project instability Ken Dahlberg Excel Programming 8 October 9th 03 01:52 AM


All times are GMT +1. The time now is 07:32 PM.

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"