I am very new to Excel dna.
I created a function, HotelDetail, the function takes 3 parameters, HotelId, Months(range of cells) and prices:
My aim is to create a ribbon button, UpdatePrices, on clicking this button its reads the parameters inserted in HotelDetail function to update DB. I manage to create the function and Ribbon but I can't find how to read the parameters on button clicked
