Hi, this is my first post but not my first visit. I have a couple of issues but I will start with just one..
I have a vbscript that will read a text file (html source of report that shows all items sold in a day) and writes the counts to cells in an .xls
I am tweaking my process which might not be the best. As of now it will add the day to a week.xls. So at the end of the week I have a book with 7 sheets, those sheets have daily counts.
Now I have another workbook that will link cells to corresponding days of the month as I copy these sheets to the workbook. The issue is, the sheets are always named the same. "sheet1 (2)" "sheet1 (3)" - "sheet1 (29)" with the main linked page in there linking to these sheets. Now when I put in a blank "main sheet" that has the formulas it's trying to update where the information is coming from but the sheets are there. If I press the "=" in the formula bar and leave the formula alone and press "ok" the value is calculated. I can also update links right back to the file I am in but that seems so futile. Why is it asking for the source when the sheets are right there? How can I get it to just calculate?
Bookmarks