So everyone here appreciates(to some extent) the degree to which Excel allows for customization via VBA etc.. While this is an awesome capability that not many(if any?) applications can match, there are certainly some features that Excel developers should simply make part of the official release. My thoughts are that maybe we can come up with a sticky that lists these user requests and invite a few members of the Excel developer team to take a look. Now, I can only hope that someone knows somebody on that team or maybe there are already some that browse the boards. I would like to start with a couple that have semi-viable VBA solutions, but could be much better if implemented into the core application.
1. Ability to work with a fiscal calendar.
The way I envision it would allow you to specify a fiscal calender to a specific spreadsheet. You could have a list of user-defined "fiscal profiles" if you will. Then you could select the one you want to apply to your specific worksheet. This would then allow the use of "FMONTH(" or "FDATE(" for example. I am sure this type of "profile-dependent" formula could have other uses as well, but this use would be a godsend to many people. Plus, because this would not change the normal date functions, it would allow both to coexist in the same worksheet.
2. Highlight the row/column that the cursor is over.
This could be a preference so that you could turn it on and off. The current coded options for this can mess with cell selections and formatting(not ideal, obviously). This feature would be invaluable, especially with growth in popularity of large/high-res LCD's. This would also be great for worksheets that are very large, and thus require you to zoom out further to see the whole sheet. This is something that should be handled on the visual layer of the application and not left to coding that can manipulate the data.
These are my two greatest desires with regards to Excel. Please follow with yours. And if anyone knows someone on the dev team, please forward this to them. And if you are one, please read and consider these as suggestions from your most loyal and advanced user-base.
1. Ability to work with a fiscal calendar.
The way I envision it would allow you to specify a fiscal calender to a specific spreadsheet. You could have a list of user-defined "fiscal profiles" if you will. Then you could select the one you want to apply to your specific worksheet. This would then allow the use of "FMONTH(" or "FDATE(" for example. I am sure this type of "profile-dependent" formula could have other uses as well, but this use would be a godsend to many people. Plus, because this would not change the normal date functions, it would allow both to coexist in the same worksheet.
2. Highlight the row/column that the cursor is over.
This could be a preference so that you could turn it on and off. The current coded options for this can mess with cell selections and formatting(not ideal, obviously). This feature would be invaluable, especially with growth in popularity of large/high-res LCD's. This would also be great for worksheets that are very large, and thus require you to zoom out further to see the whole sheet. This is something that should be handled on the visual layer of the application and not left to coding that can manipulate the data.
These are my two greatest desires with regards to Excel. Please follow with yours. And if anyone knows someone on the dev team, please forward this to them. And if you are one, please read and consider these as suggestions from your most loyal and advanced user-base.