Apply Template to multiple files

A

ARBrock

Hi,

I have a template that contains customized formatting, calendars, tables,
and views. Is there any way that I can run a macro that will go through and
apply the template to ever project I have in a file?

-AR
 
J

John

ARBrock said:
Hi,

I have a template that contains customized formatting, calendars, tables,
and views. Is there any way that I can run a macro that will go through and
apply the template to ever project I have in a file?

-AR

AR,
It's not so much applying a template as it is transferring customized
elements (i.e. view, tables, filters, etc.) from the template file to
the other files. Some customized formatting may not be transferable. For
example, if you have custom font characteristics in your template, you
probably won't be able to transfer those to your other files using VBA
unless the criteria for setting those font characteristics is
specifically defined.

I would say your best bet is to use the OrganizerMoveItem Method.

Hope this helps.
John
Project MVP
 
S

Scudder

I think that sums it up John, I've never tried it but I'd be interested to
hear how successful it is.....it's tempting to code it up just to see how
loud the <BOOM> is.

I'd surely have mass backups before I tried this out though.

Lee.
 
J

John

Scudder said:
I think that sums it up John, I've never tried it but I'd be interested to
hear how successful it is.....it's tempting to code it up just to see how
loud the <BOOM> is.

I'd surely have mass backups before I tried this out though.

Lee.

Lee,
I don't know why you think there would be a big "Boom". Moving items in
the Organizer using VBA is pretty straightforward.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top