View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Richard Finnigan Richard Finnigan is offline
external usenet poster
 
Posts: 13
Default Forms wont show in VBA.... is this a known bug or do I have a corrupted Excel file ?


Richard,

One more thing to keep in mind for the next form you create...
It is very easy to increase the form file size but very difficult to
reduce
the form file size. Removing code or controls does not decrease the
file size proportionally. Therefore, it is best to experiment and test
in a separate dummy/test form before creating your final version.

Jim Cone


Thanks for that though I have to say I am extremely disappionted that Excel
should be so flawed when it comes to handling forms...I havent encountered
these issues in VB6 or Access. Its a shame, is this a long running issue
with Excel ?

Richard