olddrummerguy
New Member
- Joined
- Sep 6, 2023
- Messages
- 7
- Office Version
- 365
- Platform
- Windows
I've tried every suggestion I could find. Using commands like Now() or Today(). I simply want to build a desktop office 365 excel spreadsheet that will run the recalculate for all workbooks each time its opened regardless of the user. So I can email it and this auto recalculate will still happen.
One of the workbooks (lets call it workbook 1) in the spreadsheet gets updated by a third party program. It loads data not formulas workbook 1 without really opening it in excel. The spreadsheet has workbook 2 that refers to the cells in workbook 1. I'm trying to get this workbook 1 to recalculate and pulling those cells that are referenced each time its opened.
Because the spreadsheet will be shared/emailed I cant assume any of the users have macros enabled so this cant relay on VBA or macros.
Does anyone have any idea's since the =Now() and =Today() don't seem to work for me.
Thanks
One of the workbooks (lets call it workbook 1) in the spreadsheet gets updated by a third party program. It loads data not formulas workbook 1 without really opening it in excel. The spreadsheet has workbook 2 that refers to the cells in workbook 1. I'm trying to get this workbook 1 to recalculate and pulling those cells that are referenced each time its opened.
Because the spreadsheet will be shared/emailed I cant assume any of the users have macros enabled so this cant relay on VBA or macros.
Does anyone have any idea's since the =Now() and =Today() don't seem to work for me.
Thanks