LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default On-Worksheet ActiveX Controls - is there a bug in the Excel engine??

Hi Garry
THAT is a well argued reply, for which thank you
I will consider it well

I've considered the wholesale export/import procedure also
Nice to get confirmation this is what you need to fix a case properly

- bit busy right now
spilly
- and I see you've posted on my other thread too (pleased grin)

"GS" wrote in message ...
spilly39 presented the following explanation :
And anyway, my question still stands:
-Is there a bug in Excel around this issue?
-What is going on?
If we understand we can produce better products with less pain


As I stated in my previous reply, I had similar problems. In an effort
to resolve it I discovered there's a condition refered to as 'workbook
corruption' which I initially thought was similar to 'file corruption',
but eventually discovered I was wrong about that association. Fact is,
a corrupt workbook can have many different symptoms; the _Open event
being one place where those symptoms can manifest.

Since you state that you use Rob Bovey's CodeCleaner, you might find it
interesting that Rob is who educated me on the subject of workbook
corruption, and recommended I use the Auto_Open/Auto_Close method in
place of putting code in ThisWorkbook. To complete the transition away
from that class Rob also educated me on the concept of handling
Application events via a class module. This means I have complete
substitution for ThisWorkbook in all my projects.

Also, according to Rob the CodeCleaner utility won't fix workbook
corruption. The remedy he suggested to me was to export all the code
components with CodeCleaner and import them into a new workbook, and
close/delete the old file before saving the new one with the same name.
Not sure why the latter was necessary but I've never had Rob steer me
wrong in the 7 years I've known him.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


 
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
Activex controls on worksheet spontaneously resize Russell Reid Excel Programming 1 March 19th 07 09:23 PM
Tab between ActiveX controls on an Excel worksheet Bill[_27_] Excel Programming 3 September 9th 04 01:15 PM
Tab support for worksheet activex controls Aaron[_9_] Excel Programming 0 December 30th 03 08:08 PM
tabbing through ActiveX controls on worksheet Mike Rollins Excel Programming 1 October 3rd 03 09:12 PM
Problems with worksheet containing ActiveX controls Deane Yang Excel Programming 1 August 21st 03 04:36 AM


All times are GMT +1. The time now is 05:29 PM.

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

About Us

"It's about Microsoft Excel"