I created project in VBA Office 2016 32bit and now I am trying running this in Office 365 32-bit (WIN10) and of course I had problem with DataPicker (solved) but now during running code I have error "Complie error: Can't find project or liberary". Problem is this:
currentMonth = Month(Date)
Do you have idea why "Date" can't show me today's date? In Excel 2016 no problems.