LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Blue Screen of Death Using Dialog Boxes

Whoops, typos in Userform1 CommandButton2_Click

arr(i) = colClsChBoxes(i).cb.Value
MsgBox arr(i), , colClsChBoxes(i).cb.Name


cb should read cbx, so

For i = 1 To cnt
arr(i) = colClsChBoxes(i).cbx.Value
MsgBox arr(i), , colClsChBoxes(i).cbx.Name
Next

I'm mystified as to how I could have sent two posts previously!

Peter T


 
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
When I open a spreadsheet it loads, but my screen is blue GCASA Excel Discussion (Misc queries) 0 December 29th 09 07:14 PM
Excel file opens into a blue screen with no infomation Scott S. Excel Discussion (Misc queries) 0 July 15th 09 06:23 PM
Why do I get a blue screen at the opening of a workbook? Dave Schmitt Excel Discussion (Misc queries) 0 February 23rd 08 10:25 PM
Blue screen Amraam New Users to Excel 4 August 10th 07 04:56 PM
Excel 2002 SP3: In Open Dialog, Some File Names Appear in Blue Gloria Excel Discussion (Misc queries) 4 January 12th 05 07:05 PM


All times are GMT +1. The time now is 01:34 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"