PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Copying my macro to other PCs

Reply

Copying my macro to other PCs

 
Thread Tools Rate Thread
Old 05-11-2004, 04:01 PM   #1
Sharad Naik
Guest
 
Posts: n/a
Default Copying my macro to other PCs


I have created macro project in outlook (Ms Outlook 2003), which contains
several user forms, and a couple of modules. Tested it and working to my
satisfaction.

Now I want to implement this project on serveral users PCs.

Apart from exporting the userform files, module files, and 'This outlook
session' file, and then importing them on other users pcs. is there
anathoer way to copy the entire porject on other serveral users pcs?
In case of Winword, I could simply copy and replace 'normal.dot'. Is there a
simillar way to just copy and replace a single file, for outlook macro
projects?

Thanks in advance,

Sharad


  Reply With Quote
Old 06-11-2004, 10:39 AM   #2
Michael Bauer
Guest
 
Posts: n/a
Default Re: Copying my macro to other PCs

Hi Sharad,

the project is stored in a *.otm file that you can copy and deplay. But
doing this you would overwrite any exisiting project on the other
machines.

--
Viele Grüße
Michael Bauer


"Sharad Naik" <sharadnaik@nospam-vsnl.net> wrote in message
news:#IJiqE1wEHA.1292@TK2MSFTNGP10.phx.gbl...
> I have created macro project in outlook (Ms Outlook 2003), which

contains
> several user forms, and a couple of modules. Tested it and working to

my
> satisfaction.
>
> Now I want to implement this project on serveral users PCs.
>
> Apart from exporting the userform files, module files, and 'This

outlook
> session' file, and then importing them on other users pcs. is there
> anathoer way to copy the entire porject on other serveral users pcs?
> In case of Winword, I could simply copy and replace 'normal.dot'. Is

there a
> simillar way to just copy and replace a single file, for outlook macro
> projects?
>
> Thanks in advance,
>
> Sharad
>
>


  Reply With Quote
Old 06-11-2004, 12:06 PM   #3
Sharad Naik
Guest
 
Posts: n/a
Default Re: Copying my macro to other PCs

Hello Michael,

I also thought the same thing.
But I can find any *.otm file on my PC.
I gave search ("Show hidden files and Show show system files in enabled on
my PC.) but *.otm file does not exist.
In the project, it actually shows the name as VBAProject1.OTM, and yet no
any .otm file exists on my computer.

Sharad
"Michael Bauer" <mib00@t-online.de> wrote in message
news:umv3qP$wEHA.1512@TK2MSFTNGP12.phx.gbl...
> Hi Sharad,
>
> the project is stored in a *.otm file that you can copy and deplay. But
> doing this you would overwrite any exisiting project on the other
> machines.
>
> --
> Viele Grüße
> Michael Bauer
>
>
> "Sharad Naik" <sharadnaik@nospam-vsnl.net> wrote in message
> news:#IJiqE1wEHA.1292@TK2MSFTNGP10.phx.gbl...
>> I have created macro project in outlook (Ms Outlook 2003), which

> contains
>> several user forms, and a couple of modules. Tested it and working to

> my
>> satisfaction.
>>
>> Now I want to implement this project on serveral users PCs.
>>
>> Apart from exporting the userform files, module files, and 'This

> outlook
>> session' file, and then importing them on other users pcs. is there
>> anathoer way to copy the entire porject on other serveral users pcs?
>> In case of Winword, I could simply copy and replace 'normal.dot'. Is

> there a
>> simillar way to just copy and replace a single file, for outlook macro
>> projects?
>>
>> Thanks in advance,
>>
>> Sharad
>>
>>

>



  Reply With Quote
Old 07-11-2004, 09:00 AM   #4
Michael Bauer
Guest
 
Posts: n/a
Default Re: Copying my macro to other PCs

Hi Sharad,

OL stores the project in "VbaProject.otm", by default under:

Documents and Settings\(User]\ApplicationData\Microsoft\Outlook.

If you have stored your project then the file must be somewhere. Maybe
it is possible to change that directory? Please check that.

--
Viele Grüße
Michael Bauer


"Sharad Naik" <sharadnaik@nospam-vsnl.net> wrote in message
news:OK5Zhl$wEHA.2624@TK2MSFTNGP11.phx.gbl...
> Hello Michael,
>
> I also thought the same thing.
> But I can find any *.otm file on my PC.
> I gave search ("Show hidden files and Show show system files in

enabled on
> my PC.) but *.otm file does not exist.
> In the project, it actually shows the name as VBAProject1.OTM, and yet

no
> any .otm file exists on my computer.
>
> Sharad
> "Michael Bauer" <mib00@t-online.de> wrote in message
> news:umv3qP$wEHA.1512@TK2MSFTNGP12.phx.gbl...
> > Hi Sharad,
> >
> > the project is stored in a *.otm file that you can copy and deplay.

But
> > doing this you would overwrite any exisiting project on the other
> > machines.
> >
> > --
> > Viele Grüße
> > Michael Bauer
> >
> >
> > "Sharad Naik" <sharadnaik@nospam-vsnl.net> wrote in message
> > news:#IJiqE1wEHA.1292@TK2MSFTNGP10.phx.gbl...
> >> I have created macro project in outlook (Ms Outlook 2003), which

> > contains
> >> several user forms, and a couple of modules. Tested it and working

to
> > my
> >> satisfaction.
> >>
> >> Now I want to implement this project on serveral users PCs.
> >>
> >> Apart from exporting the userform files, module files, and 'This

> > outlook
> >> session' file, and then importing them on other users pcs. is

there
> >> anathoer way to copy the entire porject on other serveral users

pcs?
> >> In case of Winword, I could simply copy and replace 'normal.dot'.

Is
> > there a
> >> simillar way to just copy and replace a single file, for outlook

macro
> >> projects?
> >>
> >> Thanks in advance,
> >>
> >> Sharad
> >>
> >>

> >

>
>


  Reply With Quote
Old 07-11-2004, 11:41 AM   #5
Sharad Naik
Guest
 
Posts: n/a
Default Re: Copying my macro to other PCs

Thanks Michael,
I found the file in the same folder as you mentioned.
And now it even shows it when I search for *.otm
Don't know why it wasn't showing it yesterday.

Thanks
Sharad
"Michael Bauer" <mib00@t-online.de> wrote in message
news:%23KGvbgKxEHA.2624@TK2MSFTNGP11.phx.gbl...
> Hi Sharad,
>
> OL stores the project in "VbaProject.otm", by default under:
>
> Documents and Settings\(User]\ApplicationData\Microsoft\Outlook.
>
> If you have stored your project then the file must be somewhere. Maybe
> it is possible to change that directory? Please check that.
>
> --
> Viele Grüße
> Michael Bauer
>
>
> "Sharad Naik" <sharadnaik@nospam-vsnl.net> wrote in message
> news:OK5Zhl$wEHA.2624@TK2MSFTNGP11.phx.gbl...
>> Hello Michael,
>>
>> I also thought the same thing.
>> But I can find any *.otm file on my PC.
>> I gave search ("Show hidden files and Show show system files in

> enabled on
>> my PC.) but *.otm file does not exist.
>> In the project, it actually shows the name as VBAProject1.OTM, and yet

> no
>> any .otm file exists on my computer.
>>
>> Sharad
>> "Michael Bauer" <mib00@t-online.de> wrote in message
>> news:umv3qP$wEHA.1512@TK2MSFTNGP12.phx.gbl...
>> > Hi Sharad,
>> >
>> > the project is stored in a *.otm file that you can copy and deplay.

> But
>> > doing this you would overwrite any exisiting project on the other
>> > machines.
>> >
>> > --
>> > Viele Grüße
>> > Michael Bauer
>> >
>> >
>> > "Sharad Naik" <sharadnaik@nospam-vsnl.net> wrote in message
>> > news:#IJiqE1wEHA.1292@TK2MSFTNGP10.phx.gbl...
>> >> I have created macro project in outlook (Ms Outlook 2003), which
>> > contains
>> >> several user forms, and a couple of modules. Tested it and working

> to
>> > my
>> >> satisfaction.
>> >>
>> >> Now I want to implement this project on serveral users PCs.
>> >>
>> >> Apart from exporting the userform files, module files, and 'This
>> > outlook
>> >> session' file, and then importing them on other users pcs. is

> there
>> >> anathoer way to copy the entire porject on other serveral users

> pcs?
>> >> In case of Winword, I could simply copy and replace 'normal.dot'.

> Is
>> > there a
>> >> simillar way to just copy and replace a single file, for outlook

> macro
>> >> projects?
>> >>
>> >> Thanks in advance,
>> >>
>> >> Sharad
>> >>
>> >>
>> >

>>
>>

>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off