+ Reply to Thread
Results 1 to 3 of 3

Stile Carattere combobox (modulo)

Hybrid View

gigi1965 Stile Carattere combobox... 03-10-2013, 02:30 PM
alansidman Re: Stile Carattere combobox... 03-10-2013, 02:38 PM
gigi1965 Re: Stile Carattere combobox... 03-10-2013, 03:20 PM
  1. #1
    Registered User
    Join Date
    03-01-2013
    Location
    Pavia, Italia
    MS-Off Ver
    Excel 2010
    Posts
    3

    Stile Carattere combobox (modulo)

    Salve a tutti
    come posso cambiare lo stile dei caratteri in un combobox (modulo)?

    how can I change the font style in a combobox (no activex)?





    ciao

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2504 Win 11
    Posts
    24,702

    Re: Stile Carattere combobox (modulo)

    This thread may be helpful

    http://www.tek-tips.com/viewthread.cfm?qid=1608743
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    03-01-2013
    Location
    Pavia, Italia
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Stile Carattere combobox (modulo)

    ok Thanks
    but this is several problem
    with combobox (module)
    combobox in cell T2
    setting input range: $B$1:$B$50 and linked cell: $U$2
    in vba module:
    Sub AddRecord2()
    
        With Range("T2").Validation
            .Delete
            .Add Type:=xlValidateList, AlertStyle:=xlValidAlertWarning, Operator _
            :=xlBetween, Formula1:="=SCEGLI"
            .IgnoreBlank = True
            .InCellDropdown = True
            .InputMessage = "": .InputTitle = ""
            .ErrorMessage = "": .ErrorTitle = ""
            .ShowInput = False
            .ShowError = True
        End With
    End Sub
    the result is:
    T2 U2
    pippo 1

    how can I get the same result with an ActiveX control?
    ciao

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1