-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Handling is lacking for some routines and functions #31
Comments
I will add error handling to these. It is definitely needed. I have been using that The I will add error handlers to the other ones. Most of them are using InputBoxes which are very likely to have an error at some point. |
Commit involves a number of changes: - Adds error handlers or changes code to not need them, see #31 - Adds a Sub to DeleteAllCharts and replaces previous usages of this, see #36 - Adds a Function to GetInputOrSelection which prompts for a Range with Selection as default, see #14 - Removes the GetRow function for the CSV Sub and instead uses a double Transpose, related to #31 - Adds a couple of comments throughout for TODO items - A couple of items have their case changed rows->Rows. The VBE is doing this automatically.
All of the Subs mentioned above have error handlers added or the code changed to not throw errors. For the Chart related ones, I replaced the For GetRows, I just deleted it and replaced the one usage with a double Tranpsose. It works just as well. For 2 of the Usability ones, I replaced |
The text was updated successfully, but these errors were encountered: