View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default My Excel VBA form "Whites" out

Dave,
Something else you can try is use "Repaint" in your form code.
The single word will work or you can use Me.Repaint.
You can use it in several places if necessary.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)




wrote in message
Hi
Hope someone can help. I have a Excel VBA form that "Whites" out
unless I have the VB editior open. I've looked at things like changing
the DrawBuffer space and even putting a pause in the code. Is this a
problem with Excel VBA ?
Thanks
Dave