Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
OssieMac,
The form just turns white like it's loading. I can't view any of my controls. Thanks Dave |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks OssieMac
Before I posted this message I tried your suggestion. I still seem to have the problem :( Dave |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.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 |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop-down list on simple excel 2003 form using "form" from data me | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
any formula to convert numbers in word form, e.g. "2" as "Two"? | Excel Worksheet Functions | |||
function to return day in the form "Monday", "Tuesday" etc given . | Excel Worksheet Functions | |||
Data "whites out" until you page up and down | Excel Discussion (Misc queries) |