G
Graham Jones
I have a spreadsheet that I would like to use on both Excel in Windows and
Excel on a Mac. It makes use of a userform with a listbox on it. The listbox
is populated with data on the spreadsheet using the following macro :
frmMain.lstLines.RowSource = "a1:b84"
However VBA in Mac Excel does not support rowsource. So does anyone know of
a workaround to rowsource that will populate a listbox on the Mac version of
Excel?
Thanks in advance
Graham Jones
Excel on a Mac. It makes use of a userform with a listbox on it. The listbox
is populated with data on the spreadsheet using the following macro :
frmMain.lstLines.RowSource = "a1:b84"
However VBA in Mac Excel does not support rowsource. So does anyone know of
a workaround to rowsource that will populate a listbox on the Mac version of
Excel?
Thanks in advance
Graham Jones