Hi everyone,
I am admittedly feeling a bit panicked.
I was working with a client earlier today trying to figure out a better method for her to create on-the-fly calendars. She had been using a combination of Outlook, an old DOS app, and the "My Outlook Calendar.dot" template.
We were finishing up a simpler solution using calendars that she'd create in Outlook. We'd create a calendar under her personal folders, she'd copy/add/move events she wants on the print-out, then open the Calendar using the "My Outlook Calendar.dot" template and print it out. During the testing phase, I created and removed a couple of calendars from her Outlook.
At some point, the template stopped working. I started getting run-time errors. The calendar listed in the drop down at the point of the run-time is a calendar that I tested with and subsequently deleted. (Just to be clear, merely RUNNING the template caused the run-time error to occur. I do not have to choose a calendar that isn't in Outlook any longer.)
I tried several things including downloading the original template, but I got the same errors over and over again.
After I rebooted, the error changed. Now I get a run-time immediately and debug stops here:
The error is:
I started to look into ways to, perhaps, make Outlook calendar printouts look as they did when printing from the template, but there are small annoyances that I can't get around. For instance, words are nicely wrapped in the template but are simply broken up at the end of a line when printed from Outlook. I am okay with going to something completely new, but I'd have to be able to get a little better control over how items are presented on the output.
Is there any way I can repair this?
The environment is Office 2010. Outlook 2010 is connected to Exchange 2010 (SBS 2011).
I am admittedly feeling a bit panicked.
I was working with a client earlier today trying to figure out a better method for her to create on-the-fly calendars. She had been using a combination of Outlook, an old DOS app, and the "My Outlook Calendar.dot" template.
We were finishing up a simpler solution using calendars that she'd create in Outlook. We'd create a calendar under her personal folders, she'd copy/add/move events she wants on the print-out, then open the Calendar using the "My Outlook Calendar.dot" template and print it out. During the testing phase, I created and removed a couple of calendars from her Outlook.
At some point, the template stopped working. I started getting run-time errors. The calendar listed in the drop down at the point of the run-time is a calendar that I tested with and subsequently deleted. (Just to be clear, merely RUNNING the template caused the run-time error to occur. I do not have to choose a calendar that isn't in Outlook any longer.)
I tried several things including downloading the original template, but I got the same errors over and over again.
After I rebooted, the error changed. Now I get a run-time immediately and debug stops here:
Code:
Public Sub Autonew()
Application.StatusBar = "Initializing. Please Wait..."
> >> MY.Show
End Sub
The error is:
Code:
Run-time error '-1317797617 (b174010f)':
The operation failed
I started to look into ways to, perhaps, make Outlook calendar printouts look as they did when printing from the template, but there are small annoyances that I can't get around. For instance, words are nicely wrapped in the template but are simply broken up at the end of a line when printed from Outlook. I am okay with going to something completely new, but I'd have to be able to get a little better control over how items are presented on the output.
Is there any way I can repair this?
The environment is Office 2010. Outlook 2010 is connected to Exchange 2010 (SBS 2011).