andrevni22
New Member
- Joined
- Dec 21, 2022
- Messages
- 9
- Office Version
- 2021
- Platform
- Windows
Hello,
I have tried everything to find a solution for that. My code is working perfectly on Windows.
Is there any equivalent function for the RowSource to use in Excel for Mac?
I do not want to use listbox.add, because I want for multiple columns. This is my code that works perfectly on Windows:
Many thanks in advance.
I have tried everything to find a solution for that. My code is working perfectly on Windows.
Is there any equivalent function for the RowSource to use in Excel for Mac?
I do not want to use listbox.add, because I want for multiple columns. This is my code that works perfectly on Windows:
VBA Code:
.lbPlanListPE.ColumnCount = 6
.lbPlanListPE.ColumnWidths = "0;119;105;0;102;90"
.lbPlanListPE.RowSource = "PlanosPegarEmprestado"
Many thanks in advance.