Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default For...Each loop problem


As an added note, if the listboxes are off the forms toolbox you could
use:
Code:
--------------------
Sub LoopListBoxes()
Dim OleObj As OLEObject

For Each OleObj In ActiveSheet.OLEObjects
'DO SOMETHING
Next OleObj
End Sub

--------------------

Simon Lloyd;214079 Wrote:
Which version of excel are you using?, the controls on a worksheet are
Activex Objects.
Perhaps attach a workbook so we can help you directly with that.
*Attatchments. *

To upload a workbook, click reply then add your few words, scroll down
past the submit button and you will see the Manage Attatchments button,
this is where you get to add files for upload, if you have any trouble
please use this link or the one at the bottom of the
any page.



--
Simon Lloyd

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=58770

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
Problem with For Each loop WLMPilot Excel Programming 8 November 17th 08 12:46 AM
Loop Within a Loop Problem [email protected] Excel Programming 3 December 5th 07 01:23 PM
i think there is a problem with my loop jcontrer Excel Programming 1 December 4th 07 07:37 PM
Loop Problem smandula Excel Programming 0 March 23rd 06 01:51 PM
Problem adding charts using Do-Loop Until loop Chris Bromley[_2_] Excel Programming 2 May 23rd 05 01:31 PM


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