Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 82
Default combo box comparison loop

The code comes up with an error saying an object is not defined. I cannot
pinpoint what exactly it means, but my main problem is that i need to know
how to compare one combobox on one sheet to another combobox on another
sheet. I have tried numerous code, but i just don't know how to do it. All
of the errors involve object definition issues.

"Bob Phillips" wrote:

Justin,

You don't say what is happening that you don't want, or what is not
happening that should.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Justin" wrote in message
...
i am working on a workbook with about 80 sheets. in each sheet there are
around 10 combo boxes, one being agency services. I am trying to go

through
and see if any other of the sheets contain dissimilar information from the
active sheet's combobox.
the code i have is this:


Sub AgencyServices_Change ()
Dim sht As Worksheet


If AgencyServices.Value like "Bob" Then
For Each Sht in MyWorkBook.worksheets
Sht.activate
If agencyservices.value = "high" or agencyservices.value = "medium" or
Agencyservices.value = "low" or agencyservices.value = "none" Then
Msgox "You have chosen a different option from the other sheets. Do you

want
to continue with this option?", vbquestion
End If
Next sht
End If
End Sub


can any one Please Help Me?




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
linking a form combo box... results from the combo box to another Trey Excel Discussion (Misc queries) 1 July 15th 07 01:58 AM
combo reference on another combo box for picking address etc. kbjin Excel Worksheet Functions 1 December 8th 06 03:29 PM
"Combo Box - getting control combo box to stick in place in worksh ajr Excel Discussion (Misc queries) 1 February 16th 05 02:05 AM
"Combo Box - getting control combo box to stick in place in worksh ajr Excel Discussion (Misc queries) 0 February 15th 05 07:45 PM
HELP!!!! Can't stop a loop (NOT an infinite loop) TBA[_2_] Excel Programming 3 December 14th 03 03:33 PM


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