Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default My Excel VBA form "Whites" out

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,510
Default My Excel VBA form "Whites" out

Hi Dave,

What do you mean by "Whites out"?
How much can you see?
Do you loose the background color or can't you see anything?
Have you set the background color in properties?

--
Regards,

OssieMac


" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default My Excel VBA form "Whites" out

OssieMac,

The form just turns white like it's loading. I
can't view any of my controls.

Thanks
Dave
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,510
Default My Excel VBA form "Whites" out

Hi Dave,

I am sure that I have seen something about a bug in Userforms that raises
its ugly head after multiple changes to the form but I can't find where I saw
it. However, if I remember correctly, the fix was:-

Backup the workbook first in case of problem.

Right click on the userform name in the VBA project explorer and export it
to a file. (Filename will default to userform name with .frm extn. (Ensure
that you note where you save it and the file name).

Right click on the userform in the project explorer again and remove it.

Select File then Import file and locate and open the saved file.

If that does not work then I am fresh out of ideas.

--
Regards,

OssieMac


" wrote:

OssieMac,

The form just turns white like it's loading. I
can't view any of my controls.

Thanks
Dave

  #5   Report Post  
Posted to microsoft.public.excel.programming
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


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default My Excel VBA form "Whites" out

Thanks OssieMac

Before I posted this message I tried your suggestion. I
still seem to have the problem :(


Dave
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default My Excel VBA form "Whites" out

Jim,
Thanks ! Your suggestion works on my computer. I'll need to
check it on some others as the number of times the screen whited out
seems to vary depending on which computer was running the code.

Dave
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default My Excel VBA form "Whites" out

On Nov 27, 9:41 am, wrote:
Jim,
Thanks ! Your suggestion works on my computer. I'll need to
check it on some others as the number of times the screen whited out
seems to vary depending on which computer was running the code.

Dave


Jim,
This solved the problem on all the computers ! Thanks !

Dave
  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default My Excel VBA form "Whites" out


Dave,
You are welcome, and thanks for the feedback.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)



On Nov 27, 9:41 am,
wrote:
Jim,
Thanks ! Your suggestion works on my computer. I'll need to
check it on some others as the number of times the screen whited out
seems to vary depending on which computer was running the code.
Dave



Jim,
This solved the problem on all the computers ! Thanks !
Dave
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
Drop-down list on simple excel 2003 form using "form" from data me S Beals Excel Discussion (Misc queries) 0 March 2nd 10 08:35 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
any formula to convert numbers in word form, e.g. "2" as "Two"? Neeraj Excel Worksheet Functions 1 May 26th 08 01:03 PM
function to return day in the form "Monday", "Tuesday" etc given . MTro Excel Worksheet Functions 2 October 3rd 07 09:49 AM
Data "whites out" until you page up and down GHawkins[_2_] Excel Discussion (Misc queries) 2 August 13th 07 08:19 PM


All times are GMT +1. The time now is 09:59 AM.

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"