Dear All,
I wrote a code in vba for PC with a simple userform that collect informations and copy them in a sheet.
One of the users switched to Mac and I'm not able to convert the code so she can use it.
These are the declarations in my file
Option Explicit
Sub workbook_Open()...