A
ak59000
Guest
salut à toutes et à tous,
j'ai trouvé ! la solution pour rendre flottante une listbox dans uen feuille de calcul.
absolument génial !
Profitez en bien
voici
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Application.Calculation = xlCalculationAutomatic
posy = ActiveCell.Left + 400
posx = ActiveCell.Top
With Me.ListBox1
.Left = posy
.Top = posx
End With
End Sub
bye
a+
j'ai trouvé ! la solution pour rendre flottante une listbox dans uen feuille de calcul.
absolument génial !
Profitez en bien
voici
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Application.Calculation = xlCalculationAutomatic
posy = ActiveCell.Left + 400
posx = ActiveCell.Top
With Me.ListBox1
.Left = posy
.Top = posx
End With
End Sub
bye
a+