Newcomer

Registered on:04/07/2019
Last activity:04/28/2019 at 12:56
Version of Excel:2013
Posts
4
Votes
0
Files
0
Downloads
0
ThreadsPostsStatisticsVotes received

Threads Created by SAJIDA OLFA

DateForumThreadMessage Excerpt
04/07/2019 at 14:30Excel - VBAListe deroulanteDim a() Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Not Intersect([D2:D500], Target) Is Nothing And Target.Count = 1 Then a = Application.Transpose(Sheets("feuil2").Range("liste").Value) Me.ComboBox1.List = a Me.ComboBox1.Height = Target.Height + 3 Me.ComboBox1.Width = Ta...