Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel VBA Bugs

Does anyone know where I can go to get a list of Excel bugs in VBA? I am
having some FRUSTRATING things happen and I beleive it is excel.

Examples:

When I acitivate a combobox on a worksheet (ComboBox1.Activate) it
disappears! But not all of the time only sometimes. Very strange.

Also, when I assign a value to a lable (i.e. Label1 =
ComboBox1.List(ComboBox1.ListIndex, 1)) Nothing happens. It works 100% of
the time when I am stepping through the code with the debugger, but it will
not work otherwise. And there is no other code that runs after that
statement.

I am using Microsoft XP Pro with Office XP Small Business. Any help would
be appreciated.

Thanks,

JM


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Excel VBA Bugs

Hi,

This is probably not the answer but perhaps... The combo
box I don't have a clue but the label maybe.

You should put a DoEvents after updating the label to
give the cpu a chance to update the label. Maybe it is so
simple, or maybe not...

Ex.

Label1.Caption = "Hello"
DoEvents
..
..
..
Hope this helped.

/Nicke

-----Original Message-----
Does anyone know where I can go to get a list of Excel

bugs in VBA? I am
having some FRUSTRATING things happen and I beleive it

is excel.

Examples:

When I acitivate a combobox on a worksheet

(ComboBox1.Activate) it
disappears! But not all of the time only sometimes.

Very strange.

Also, when I assign a value to a lable (i.e. Label1 =
ComboBox1.List(ComboBox1.ListIndex, 1)) Nothing

happens. It works 100% of
the time when I am stepping through the code with the

debugger, but it will
not work otherwise. And there is no other code that

runs after that
statement.

I am using Microsoft XP Pro with Office XP Small

Business. Any help would
be appreciated.

Thanks,

JM


.

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
Excel Bugs rguerrie Excel Worksheet Functions 12 February 4th 08 08:03 PM
Two Bugs in Excel 2003 With Hyperlinks to Files Will[_3_] Excel Discussion (Misc queries) 2 May 22nd 07 01:13 PM
Excel 2007 Beta - 30 bugs Andrew B Excel Discussion (Misc queries) 5 August 9th 06 10:25 AM
excel bugs jiggy Excel Discussion (Misc queries) 1 June 17th 06 03:53 AM
2 bugs in Excel Tom Ogilvy Excel Programming 0 August 6th 03 08:40 PM


All times are GMT +1. The time now is 01:30 AM.

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

About Us

"It's about Microsoft Excel"