![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
After reading numerous posts in the online help sites available, I learned
that Outlook calendars have layout limitations, and I should download My Outlook Calendar template from the download site in order to achieve customization. I did, and now I cannot locate how to pull in my existing calendar information, all entered in Outlook, so that I can customize the layout in this Word template. I have only a blank page when I open the template "My Outlook Calendar." I have spent much time trying to open, import into, or export from to achieve this goal. Have I missed something? Can you please help me? Thank you. |
Ads |
#2
|
|||
|
|||
![]()
That template includes a number of macros. Make sure that your security settings in Tools | Macro | Security allow them to run. You should also be able to run them from the VBA environment directly.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "roadrunbb" wrote in message ... After reading numerous posts in the online help sites available, I learned that Outlook calendars have layout limitations, and I should download My Outlook Calendar template from the download site in order to achieve customization. I did, and now I cannot locate how to pull in my existing calendar information, all entered in Outlook, so that I can customize the layout in this Word template. I have only a blank page when I open the template "My Outlook Calendar." I have spent much time trying to open, import into, or export from to achieve this goal. Have I missed something? Can you please help me? Thank you. |
#3
|
|||
|
|||
![]()
I have finally succeeded in opening a blank calendar page on the Word
template, but AGAIN, how do I pull existing information from my Outlook calendar into this template so that I can format, save and print it with the events/appointments in place each month? I keep reading about "pushing" the information from Outlook into this template, but how? I am not familiar with the workings of VBA but can probably learn it from within the program. Is that the preferred method of working with this template? And I gather that I must run multiple macros when working with My Outlook Calendar template? I think that it shouldn't have been this complicated to get complete instructions on running my calendar and this template. Thank you very much for your help. "Sue Mosher [MVP-Outlook]" wrote: That template includes a number of macros. Make sure that your security settings in Tools | Macro | Security allow them to run. You should also be able to run them from the VBA environment directly. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "roadrunbb" wrote in message ... After reading numerous posts in the online help sites available, I learned that Outlook calendars have layout limitations, and I should download My Outlook Calendar template from the download site in order to achieve customization. I did, and now I cannot locate how to pull in my existing calendar information, all entered in Outlook, so that I can customize the layout in this Word template. I have only a blank page when I open the template "My Outlook Calendar." I have spent much time trying to open, import into, or export from to achieve this goal. Have I missed something? Can you please help me? Thank you. |
#4
|
|||
|
|||
![]()
The template's VBA modules contains the code to read the information in the Outlook calendar and populate the Word document with that information. The code should run automatically when a new document is created from the template. If the code in the template is not running automatically, then, as I mentioned earlier, your Word macro security settings may need to be readjusted. (Tools | Macro | Security). You should also be able to run the code manually through the Word VBA environment (Alt-F11). Look for an AutoOpen or AutoNew procedure.
I think that it shouldn't have been this complicated to get complete instructions on running my calendar and this template. Be practical: No one here has memorized the operation of the hundreds of Outlook add-ins, templates, and custom forms that are available. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "roadrunbb" wrote in message ... I have finally succeeded in opening a blank calendar page on the Word template, but AGAIN, how do I pull existing information from my Outlook calendar into this template so that I can format, save and print it with the events/appointments in place each month? I keep reading about "pushing" the information from Outlook into this template, but how? I am not familiar with the workings of VBA but can probably learn it from within the program. Is that the preferred method of working with this template? And I gather that I must run multiple macros when working with My Outlook Calendar template? I think that it shouldn't have been this complicated to get complete instructions on running my calendar and this template. Thank you very much for your help. "Sue Mosher [MVP-Outlook]" wrote: That template includes a number of macros. Make sure that your security settings in Tools | Macro | Security allow them to run. You should also be able to run them from the VBA environment directly. "roadrunbb" wrote in message ... After reading numerous posts in the online help sites available, I learned that Outlook calendars have layout limitations, and I should download My Outlook Calendar template from the download site in order to achieve customization. I did, and now I cannot locate how to pull in my existing calendar information, all entered in Outlook, so that I can customize the layout in this Word template. I have only a blank page when I open the template "My Outlook Calendar." I have spent much time trying to open, import into, or export from to achieve this goal. Have I missed something? Can you please help me? Thank you. |
#5
|
|||
|
|||
![]()
I had already changed the security setting to medium, per another
conversation thread on this topic that I read. What I am missing is how exactly to get my Outlook calender to connect to this template so that the code can run. It doesn't automatically look for an Outlook calendar to run, does it? Perhaps I am not asking the question correctly - how do I open the outlook calendar into this word template, or document. You mention the code should run and it should read the information in the Outlook calendar. How do I tell it to read my calendar? There is some command that I am missing to tell this all to happen, either from within the template or within VB. I have only a January 2007 blank calendar, which I succeded in getting on the Word screen by running the original macro of the template. There is a dialog box that opens if I run Visual Basic, but it will not let me take any action. I am getting remarkably frustrated, and am an extremely computer literate user. But there is obviously a step, or steps, that are not written anywhere, by anybody, in any menu I've checked, to just get the connection between Outlook and this template. I do appreciate your assistance, as I have spent literally hours, researching and downloading and trying to get this to work. "Sue Mosher [MVP-Outlook]" wrote: The template's VBA modules contains the code to read the information in the Outlook calendar and populate the Word document with that information. The code should run automatically when a new document is created from the template. If the code in the template is not running automatically, then, as I mentioned earlier, your Word macro security settings may need to be readjusted. (Tools | Macro | Security). You should also be able to run the code manually through the Word VBA environment (Alt-F11). Look for an AutoOpen or AutoNew procedure. I think that it shouldn't have been this complicated to get complete instructions on running my calendar and this template. Be practical: No one here has memorized the operation of the hundreds of Outlook add-ins, templates, and custom forms that are available. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "roadrunbb" wrote in message ... I have finally succeeded in opening a blank calendar page on the Word template, but AGAIN, how do I pull existing information from my Outlook calendar into this template so that I can format, save and print it with the events/appointments in place each month? I keep reading about "pushing" the information from Outlook into this template, but how? I am not familiar with the workings of VBA but can probably learn it from within the program. Is that the preferred method of working with this template? And I gather that I must run multiple macros when working with My Outlook Calendar template? I think that it shouldn't have been this complicated to get complete instructions on running my calendar and this template. Thank you very much for your help. "Sue Mosher [MVP-Outlook]" wrote: That template includes a number of macros. Make sure that your security settings in Tools | Macro | Security allow them to run. You should also be able to run them from the VBA environment directly. "roadrunbb" wrote in message ... After reading numerous posts in the online help sites available, I learned that Outlook calendars have layout limitations, and I should download My Outlook Calendar template from the download site in order to achieve customization. I did, and now I cannot locate how to pull in my existing calendar information, all entered in Outlook, so that I can customize the layout in this Word template. I have only a blank page when I open the template "My Outlook Calendar." I have spent much time trying to open, import into, or export from to achieve this goal. Have I missed something? Can you please help me? Thank you. |
#6
|
|||
|
|||
![]()
What I am missing is how exactly to get my Outlook calender to connect to
this template so that the code can run. It doesn't automatically look for an Outlook calendar to run, does it? Yes, that's exactly what it does. Could it be that you downloaded the wrong calendar template? Microsoft Office Online has many calendar templates that are designed to create new calendar pages in Word and have nothing whatsoever to do with Outlook. The Word templates that contain macros to print calendars from existing Outlook data are those listed at http://www.slipstick.com/addins/calendar.htm#print . There is more than one. If you tried one and it didn't work for you, try a different one. And please remember that those templates are unsupported gifts to the community from their original developers, who may or may not have had time to test them thoroughly, write operating manuals, etc. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "roadrunbb" wrote in message ... I had already changed the security setting to medium, per another conversation thread on this topic that I read. What I am missing is how exactly to get my Outlook calender to connect to this template so that the code can run. It doesn't automatically look for an Outlook calendar to run, does it? Perhaps I am not asking the question correctly - how do I open the outlook calendar into this word template, or document. You mention the code should run and it should read the information in the Outlook calendar. How do I tell it to read my calendar? There is some command that I am missing to tell this all to happen, either from within the template or within VB. I have only a January 2007 blank calendar, which I succeded in getting on the Word screen by running the original macro of the template. There is a dialog box that opens if I run Visual Basic, but it will not let me take any action. I am getting remarkably frustrated, and am an extremely computer literate user. But there is obviously a step, or steps, that are not written anywhere, by anybody, in any menu I've checked, to just get the connection between Outlook and this template. I do appreciate your assistance, as I have spent literally hours, researching and downloading and trying to get this to work. "Sue Mosher [MVP-Outlook]" wrote: The template's VBA modules contains the code to read the information in the Outlook calendar and populate the Word document with that information. The code should run automatically when a new document is created from the template. If the code in the template is not running automatically, then, as I mentioned earlier, your Word macro security settings may need to be readjusted. (Tools | Macro | Security). You should also be able to run the code manually through the Word VBA environment (Alt-F11). Look for an AutoOpen or AutoNew procedure. I think that it shouldn't have been this complicated to get complete instructions on running my calendar and this template. Be practical: No one here has memorized the operation of the hundreds of Outlook add-ins, templates, and custom forms that are available. "roadrunbb" wrote in message ... I have finally succeeded in opening a blank calendar page on the Word template, but AGAIN, how do I pull existing information from my Outlook calendar into this template so that I can format, save and print it with the events/appointments in place each month? I keep reading about "pushing" the information from Outlook into this template, but how? I am not familiar with the workings of VBA but can probably learn it from within the program. Is that the preferred method of working with this template? And I gather that I must run multiple macros when working with My Outlook Calendar template? I think that it shouldn't have been this complicated to get complete instructions on running my calendar and this template. Thank you very much for your help. "Sue Mosher [MVP-Outlook]" wrote: That template includes a number of macros. Make sure that your security settings in Tools | Macro | Security allow them to run. You should also be able to run them from the VBA environment directly. "roadrunbb" wrote in message ... After reading numerous posts in the online help sites available, I learned that Outlook calendars have layout limitations, and I should download My Outlook Calendar template from the download site in order to achieve customization. I did, and now I cannot locate how to pull in my existing calendar information, all entered in Outlook, so that I can customize the layout in this Word template. I have only a blank page when I open the template "My Outlook Calendar." I have spent much time trying to open, import into, or export from to achieve this goal. Have I missed something? Can you please help me? Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Calendar layout disappeared | valsbol | Outlook - Calandaring | 3 | November 10th 06 05:03 AM |
OWA Calendar Form Customize | [email protected] | Outlook - Calandaring | 0 | September 27th 06 01:58 PM |
How do I customize the hours shown in Calendar in Outlook? | R Silverberg | Outlook - Calandaring | 5 | July 7th 06 04:48 AM |
Change the layout of the 1 page/day calendar | Edward99 | Outlook - Calandaring | 1 | April 26th 06 03:05 PM |
customize calendar print templates | Larry | Outlook - Calandaring | 4 | April 2nd 06 07:44 PM |