A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Not really. As you can see, I fetch data from another workbook. Three further points. (1) In the two cases from this morning, I am sidestepping the issue by using an existing sheet. (I am creating temporary sheets to do calculations.) (2) I am testing and re-running macros over and over again. This issue popped up once in the more than dozen times on one macro. Every other time, no problem. Inconsistent. (3) I see that I cannot even add a worksheet manually while the error is displaying. I can create a new workbook and import into my workbook, providing another possible workaround. The reason most given for not being able to add a sheet is workbook protection. I password protect the sheets in the workbook but do not protect the workbook. Is Excel somehow protecting the workbook? I have seen Excel doing strange things lately. For example: colleagues run into a pop-up asking for the password on the protected sheet. All the macro did was unhide a sheet and hide the other (the unhide being password protected). I did all sorts of things but it is clear that Excel is somehow--on its own--tying to touch the protected sheet outside of my macro code. This does not happen to me ever. Inconsistent. Thank you again.