Hello Master of Macros.
I need your expertise
I have problems with LISTBOXs, each time that I close the excel file and open again
the listboxes appear unconfigured... I dont understand why happen that and how fix it.
I am using this code:
Sub ListBox9_Click()
ListBox9.AutoLoad = True
ListBox9.BackColor = RGB(255, 102, 0)
ListBox9.ForeColor = RGB(255, 255, 255)
ListBox9.Width = 90
ListBox9.Left = 171
End Sub
Maybe there is a way to keep listboxs in a constant position.
I am attaching the excel file for you can check.
Thanks for your valuable advice.
I am learning so much from this forum.CALENDARIO - 2023 - CON CODIGO COMENTARIOS.xlsm
Bookmarks