AdamFeerst
Registered User.
- Local time
- Today, 14:16
- Joined
- Sep 21, 2015
- Messages
- 63
Since updating to Office365 (not Access, still using 2010), I've been getting the following errors in code that worked before the update:
This seems to be universal, with coworkers, and not just with this database.
Any ideas?
- Err#2046, The command or action 'Send Object' isn't available now." on the line "DoCmd.SendObject ..."
- "Run-time error '1004' Method 'Save' or object '_Application' failed" on the line "x1App.Save" where I'm saving an Excel file I created and manipulated from within Access.
This seems to be universal, with coworkers, and not just with this database.
Any ideas?