I have a workbook to administrate a budget. When I startup my workbook I adjust some settings, e.g. budget_id. What is the best way to store these settings? Is it best to have a worksheet to store these settings with some named ranges and get and set with Range("budget_id").Value or is there another way to do this? Maybe in the ribbon?