Ensure this code is in the same parent sheet code module

On Sep 24, 6:49 pm, Markkim <mark....@gmail.com> wrote:
> Hi
>
> The following code is a testing code before creating more codes..
>
> when I run the code below, I'm getting an error message "Object
> required".. then Comboschooltype.Text is highlighted..
>
> I created a combo box (dropdown) and renamed it as ComboSchooltype
>
> I thought it might has to do with name so.. tried it without any
> change...  still getting an error message.
>
> What am I mssing..??  thank in advance
>
> Sub ComboSchooltype_Change()
>
> Select Case ComboSchooltype.Text
>     Case "All"
>        MsgBox ("All")
>     Case "Catholic"
>        MsgBox ("Cathloic")
>
> End Select
>
> End Sub

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

Reply via email to