Help!

Send a macro

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General Discussions RSS
Next:  stop calculating and "ding"  
Author Message
Wanna Learn
External


Since: Aug 29, 2006
Posts: 131



PostPosted: Thu Jan 25, 2007 11:45 am    Post subject: Send a macro
Archived from groups: microsoft>public>excel>misc (more info?)

Hello What is the best way to send a macro to some one else ? thanks
Back to top
Gord Dibben
External


Since: Feb 23, 2004
Posts: 9178



PostPosted: Thu Jan 25, 2007 12:04 pm    Post subject: Re: Send a macro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Several methods.........don't know what is the best way, all involve some work.

1. Copy the macro code and open Notepad. Paste into Notepad and save then send
for "someone else" to copy to a module.

2. Export the module as *.bas file and send that for importing into a workbook.

3. Send the workbook with the macro.

Someone else can copy the macro or module to wherever they wish.


Gord Dibben MS Excel MVP



On Thu, 25 Jan 2007 11:45:01 -0800, Wanna Learn
<WannaLearn DeleteThis @discussions.microsoft.com> wrote:

>Hello What is the best way to send a macro to some one else ? thanks
Back to top
Wanna Learn
External


Since: Aug 29, 2006
Posts: 131



PostPosted: Fri Jan 26, 2007 4:03 am    Post subject: Re: Send a macro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello Gord Thanks..
Sounds like 3 is the easiest way. If I send the workbook I suppose the
macro has to be saved in a personal workbook so that they can use with any
workbook . Is that correct?
"Gord Dibben" wrote:

> Several methods.........don't know what is the best way, all involve some work.
>
> 1. Copy the macro code and open Notepad. Paste into Notepad and save then send
> for "someone else" to copy to a module.
>
> 2. Export the module as *.bas file and send that for importing into a workbook.
>
> 3. Send the workbook with the macro.
>
> Someone else can copy the macro or module to wherever they wish.
>
>
> Gord Dibben MS Excel MVP
>
>
>
> On Thu, 25 Jan 2007 11:45:01 -0800, Wanna Learn
> <WannaLearn.RemoveThis@discussions.microsoft.com> wrote:
>
> >Hello What is the best way to send a macro to some one else ? thanks
>
>
Back to top
Gord Dibben
External


Since: Feb 23, 2004
Posts: 9178



PostPosted: Fri Jan 26, 2007 8:55 am    Post subject: Re: Send a macro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes, they could copy it to their Personal.xls which makes it available for all
open workbooks.


Gord

On Fri, 26 Jan 2007 04:03:01 -0800, Wanna Learn
<WannaLearn.DeleteThis@discussions.microsoft.com> wrote:

>Hello Gord Thanks..
>Sounds like 3 is the easiest way. If I send the workbook I suppose the
>macro has to be saved in a personal workbook so that they can use with any
>workbook . Is that correct?
>"Gord Dibben" wrote:
>
>> Several methods.........don't know what is the best way, all involve some work.
>>
>> 1. Copy the macro code and open Notepad. Paste into Notepad and save then send
>> for "someone else" to copy to a module.
>>
>> 2. Export the module as *.bas file and send that for importing into a workbook.
>>
>> 3. Send the workbook with the macro.
>>
>> Someone else can copy the macro or module to wherever they wish.
>>
>>
>> Gord Dibben MS Excel MVP
>>
>>
>>
>> On Thu, 25 Jan 2007 11:45:01 -0800, Wanna Learn
>> <WannaLearn.DeleteThis@discussions.microsoft.com> wrote:
>>
>> >Hello What is the best way to send a macro to some one else ? thanks
>>
>>
Back to top
Wanna Learn
External


Since: Aug 29, 2006
Posts: 131



PostPosted: Mon Jan 29, 2007 4:02 am    Post subject: Re: Send a macro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Gord

"Gord Dibben" wrote:

> Yes, they could copy it to their Personal.xls which makes it available for all
> open workbooks.
>
>
> Gord
>
> On Fri, 26 Jan 2007 04:03:01 -0800, Wanna Learn
> <WannaLearn.DeleteThis@discussions.microsoft.com> wrote:
>
> >Hello Gord Thanks..
> >Sounds like 3 is the easiest way. If I send the workbook I suppose the
> >macro has to be saved in a personal workbook so that they can use with any
> >workbook . Is that correct?
> >"Gord Dibben" wrote:
> >
> >> Several methods.........don't know what is the best way, all involve some work.
> >>
> >> 1. Copy the macro code and open Notepad. Paste into Notepad and save then send
> >> for "someone else" to copy to a module.
> >>
> >> 2. Export the module as *.bas file and send that for importing into a workbook.
> >>
> >> 3. Send the workbook with the macro.
> >>
> >> Someone else can copy the macro or module to wherever they wish.
> >>
> >>
> >> Gord Dibben MS Excel MVP
> >>
> >>
> >>
> >> On Thu, 25 Jan 2007 11:45:01 -0800, Wanna Learn
> >> <WannaLearn.DeleteThis@discussions.microsoft.com> wrote:
> >>
> >> >Hello What is the best way to send a macro to some one else ? thanks
> >>
> >>
>
>
Back to top
Flintstone
External


Since: Jul 18, 2007
Posts: 7



PostPosted: Wed Nov 04, 2009 11:45 am    Post subject: Re: Send a macro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I would like to send a workbook to another user, but I do not want them to
have to go through the additional steps of pasting the Macro into their
Personal folder.

If the Macro will only be used in one workbook, is there a way to attach the
Macro to the workbook before sending to another user? I am sure that I am
missing something very simple. . . ?




"Gord Dibben" wrote:

> Yes, they could copy it to their Personal.xls which makes it available for all
> open workbooks.
>
>
> Gord
>
> On Fri, 26 Jan 2007 04:03:01 -0800, Wanna Learn
> <WannaLearn.RemoveThis@discussions.microsoft.com> wrote:
>
> >Hello Gord Thanks..
> >Sounds like 3 is the easiest way. If I send the workbook I suppose the
> >macro has to be saved in a personal workbook so that they can use with any
> >workbook . Is that correct?
> >"Gord Dibben" wrote:
> >
> >> Several methods.........don't know what is the best way, all involve some work.
> >>
> >> 1. Copy the macro code and open Notepad. Paste into Notepad and save then send
> >> for "someone else" to copy to a module.
> >>
> >> 2. Export the module as *.bas file and send that for importing into a workbook.
> >>
> >> 3. Send the workbook with the macro.
> >>
> >> Someone else can copy the macro or module to wherever they wish.
> >>
> >>
> >> Gord Dibben MS Excel MVP
> >>
> >>
> >>
> >> On Thu, 25 Jan 2007 11:45:01 -0800, Wanna Learn
> >> <WannaLearn.RemoveThis@discussions.microsoft.com> wrote:
> >>
> >> >Hello What is the best way to send a macro to some one else ? thanks
> >>
> >>
>
>
Back to top
Flintstone
External


Since: Jul 18, 2007
Posts: 7



PostPosted: Wed Nov 04, 2009 11:56 am    Post subject: Re: Send a macro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry, I forgot to mention that I am working with Excel 2007.

"Flintstone" wrote:

> I would like to send a workbook to another user, but I do not want them to
> have to go through the additional steps of pasting the Macro into their
> Personal folder.
>
> If the Macro will only be used in one workbook, is there a way to attach the
> Macro to the workbook before sending to another user? I am sure that I am
> missing something very simple. . . ?
>
>
>
>
> "Gord Dibben" wrote:
>
> > Yes, they could copy it to their Personal.xls which makes it available for all
> > open workbooks.
> >
> >
> > Gord
> >
> > On Fri, 26 Jan 2007 04:03:01 -0800, Wanna Learn
> > <WannaLearn DeleteThis @discussions.microsoft.com> wrote:
> >
> > >Hello Gord Thanks..
> > >Sounds like 3 is the easiest way. If I send the workbook I suppose the
> > >macro has to be saved in a personal workbook so that they can use with any
> > >workbook . Is that correct?
> > >"Gord Dibben" wrote:
> > >
> > >> Several methods.........don't know what is the best way, all involve some work.
> > >>
> > >> 1. Copy the macro code and open Notepad. Paste into Notepad and save then send
> > >> for "someone else" to copy to a module.
> > >>
> > >> 2. Export the module as *.bas file and send that for importing into a workbook.
> > >>
> > >> 3. Send the workbook with the macro.
> > >>
> > >> Someone else can copy the macro or module to wherever they wish.
> > >>
> > >>
> > >> Gord Dibben MS Excel MVP
> > >>
> > >>
> > >>
> > >> On Thu, 25 Jan 2007 11:45:01 -0800, Wanna Learn
> > >> <WannaLearn DeleteThis @discussions.microsoft.com> wrote:
> > >>
> > >> >Hello What is the best way to send a macro to some one else ? thanks
> > >>
> > >>
> >
> >
Back to top
Gord Dibben
External


Since: Feb 23, 2004
Posts: 9178



PostPosted: Wed Nov 04, 2009 12:39 pm    Post subject: Re: Send a macro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Did you miss step 3?

If the macro is to be used only on the workbook you send to other user,
simply store the macro in a module in that workbook and save the workbook.

Send to other user.


Gord

On Wed, 4 Nov 2009 11:45:01 -0800, Flintstone
<Flintstone DeleteThis @discussions.microsoft.com> wrote:

>I would like to send a workbook to another user, but I do not want them to
>have to go through the additional steps of pasting the Macro into their
>Personal folder.
>
>If the Macro will only be used in one workbook, is there a way to attach the
>Macro to the workbook before sending to another user? I am sure that I am
>missing something very simple. . . ?
>
>
>
>
>"Gord Dibben" wrote:
>
>> Yes, they could copy it to their Personal.xls which makes it available for all
>> open workbooks.
>>
>>
>> Gord
>>
>> On Fri, 26 Jan 2007 04:03:01 -0800, Wanna Learn
>> <WannaLearn DeleteThis @discussions.microsoft.com> wrote:
>>
>> >Hello Gord Thanks..
>> >Sounds like 3 is the easiest way. If I send the workbook I suppose the
>> >macro has to be saved in a personal workbook so that they can use with any
>> >workbook . Is that correct?
>> >"Gord Dibben" wrote:
>> >
>> >> Several methods.........don't know what is the best way, all involve some work.
>> >>
>> >> 1. Copy the macro code and open Notepad. Paste into Notepad and save then send
>> >> for "someone else" to copy to a module.
>> >>
>> >> 2. Export the module as *.bas file and send that for importing into a workbook.
>> >>
>> >> 3. Send the workbook with the macro.
>> >>
>> >> Someone else can copy the macro or module to wherever they wish.
>> >>
>> >>
>> >> Gord Dibben MS Excel MVP
>> >>
>> >>
>> >>
>> >> On Thu, 25 Jan 2007 11:45:01 -0800, Wanna Learn
>> >> <WannaLearn DeleteThis @discussions.microsoft.com> wrote:
>> >>
>> >> >Hello What is the best way to send a macro to some one else ? thanks
>> >>
>> >>
>>
>>
Back to top
Flintstone
External


Since: Jul 18, 2007
Posts: 7



PostPosted: Thu Nov 05, 2009 6:22 am    Post subject: Re: Send a macro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Gord. . . Step number 3 is exactly what I am trying to do. I want to
store the macro in the workbook, but I do not know how? I will continue my
search. . .



"Gord Dibben" wrote:

> Did you miss step 3?
>
> If the macro is to be used only on the workbook you send to other user,
> simply store the macro in a module in that workbook and save the workbook.
>
> Send to other user.
>
>
> Gord
>
> On Wed, 4 Nov 2009 11:45:01 -0800, Flintstone
> <Flintstone.TakeThisOut@discussions.microsoft.com> wrote:
>
> >I would like to send a workbook to another user, but I do not want them to
> >have to go through the additional steps of pasting the Macro into their
> >Personal folder.
> >
> >If the Macro will only be used in one workbook, is there a way to attach the
> >Macro to the workbook before sending to another user? I am sure that I am
> >missing something very simple. . . ?
> >
> >
> >
> >
> >"Gord Dibben" wrote:
> >
> >> Yes, they could copy it to their Personal.xls which makes it available for all
> >> open workbooks.
> >>
> >>
> >> Gord
> >>
> >> On Fri, 26 Jan 2007 04:03:01 -0800, Wanna Learn
> >> <WannaLearn.TakeThisOut@discussions.microsoft.com> wrote:
> >>
> >> >Hello Gord Thanks..
> >> >Sounds like 3 is the easiest way. If I send the workbook I suppose the
> >> >macro has to be saved in a personal workbook so that they can use with any
> >> >workbook . Is that correct?
> >> >"Gord Dibben" wrote:
> >> >
> >> >> Several methods.........don't know what is the best way, all involve some work.
> >> >>
> >> >> 1. Copy the macro code and open Notepad. Paste into Notepad and save then send
> >> >> for "someone else" to copy to a module.
> >> >>
> >> >> 2. Export the module as *.bas file and send that for importing into a workbook.
> >> >>
> >> >> 3. Send the workbook with the macro.
> >> >>
> >> >> Someone else can copy the macro or module to wherever they wish.
> >> >>
> >> >>
> >> >> Gord Dibben MS Excel MVP
> >> >>
> >> >>
> >> >>
> >> >> On Thu, 25 Jan 2007 11:45:01 -0800, Wanna Learn
> >> >> <WannaLearn.TakeThisOut@discussions.microsoft.com> wrote:
> >> >>
> >> >> >Hello What is the best way to send a macro to some one else ? thanks
> >> >>
> >> >>
> >>
> >>
>
> .
>
Back to top
Flintstone
External


Since: Jul 18, 2007
Posts: 7



PostPosted: Thu Nov 05, 2009 8:56 am    Post subject: Re: Send a macro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks again for your help. I was able to find the link below which provided
information on how to move a macro from one workbook to another (step #3).

http://excel.tips.net/Pages/T002575_Moving_Macros_from_the_Personal_Wo...ook.htm


"Flintstone" wrote:

> Thanks Gord. . . Step number 3 is exactly what I am trying to do. I want to
> store the macro in the workbook, but I do not know how? I will continue my
> search. . .
>
>
>
> "Gord Dibben" wrote:
>
> > Did you miss step 3?
> >
> > If the macro is to be used only on the workbook you send to other user,
> > simply store the macro in a module in that workbook and save the workbook.
> >
> > Send to other user.
> >
> >
> > Gord
> >
> > On Wed, 4 Nov 2009 11:45:01 -0800, Flintstone
> > <Flintstone RemoveThis @discussions.microsoft.com> wrote:
> >
> > >I would like to send a workbook to another user, but I do not want them to
> > >have to go through the additional steps of pasting the Macro into their
> > >Personal folder.
> > >
> > >If the Macro will only be used in one workbook, is there a way to attach the
> > >Macro to the workbook before sending to another user? I am sure that I am
> > >missing something very simple. . . ?
> > >
> > >
> > >
> > >
> > >"Gord Dibben" wrote:
> > >
> > >> Yes, they could copy it to their Personal.xls which makes it available for all
> > >> open workbooks.
> > >>
> > >>
> > >> Gord
> > >>
> > >> On Fri, 26 Jan 2007 04:03:01 -0800, Wanna Learn
> > >> <WannaLearn RemoveThis @discussions.microsoft.com> wrote:
> > >>
> > >> >Hello Gord Thanks..
> > >> >Sounds like 3 is the easiest way. If I send the workbook I suppose the
> > >> >macro has to be saved in a personal workbook so that they can use with any
> > >> >workbook . Is that correct?
> > >> >"Gord Dibben" wrote:
> > >> >
> > >> >> Several methods.........don't know what is the best way, all involve some work.
> > >> >>
> > >> >> 1. Copy the macro code and open Notepad. Paste into Notepad and save then send
> > >> >> for "someone else" to copy to a module.
> > >> >>
> > >> >> 2. Export the module as *.bas file and send that for importing into a workbook.
> > >> >>
> > >> >> 3. Send the workbook with the macro.
> > >> >>
> > >> >> Someone else can copy the macro or module to wherever they wish.
> > >> >>
> > >> >>
> > >> >> Gord Dibben MS Excel MVP
> > >> >>
> > >> >>
> > >> >>
> > >> >> On Thu, 25 Jan 2007 11:45:01 -0800, Wanna Learn
> > >> >> <WannaLearn RemoveThis @discussions.microsoft.com> wrote:
> > >> >>
> > >> >> >Hello What is the best way to send a macro to some one else ? thanks
> > >> >>
> > >> >>
> > >>
> > >>
> >
> > .
> >
Back to top
Gord Dibben
External


Since: Feb 23, 2004
Posts: 9178



PostPosted: Thu Nov 05, 2009 1:16 pm    Post subject: Re: Send a macro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Good to hear you're fixed up.

I did not realize you would not know about copy/pasting a macro from one
book to another or I would have provided some instructions.

Gord

On Thu, 5 Nov 2009 08:56:02 -0800, Flintstone
<Flintstone.TakeThisOut@discussions.microsoft.com> wrote:

>Thanks again for your help. I was able to find the link below which provided
>information on how to move a macro from one workbook to another (step #3).
>
>http://excel.tips.net/Pages/T002575_Moving_Macros_from_the_Personal_Workbook.html
>
>
>"Flintstone" wrote:
>
>> Thanks Gord. . . Step number 3 is exactly what I am trying to do. I want to
>> store the macro in the workbook, but I do not know how? I will continue my
>> search. . .
>>
>>
>>
>> "Gord Dibben" wrote:
>>
>> > Did you miss step 3?
>> >
>> > If the macro is to be used only on the workbook you send to other user,
>> > simply store the macro in a module in that workbook and save the workbook.
>> >
>> > Send to other user.
>> >
>> >
>> > Gord
>> >
>> > On Wed, 4 Nov 2009 11:45:01 -0800, Flintstone
>> > <Flintstone.TakeThisOut@discussions.microsoft.com> wrote:
>> >
>> > >I would like to send a workbook to another user, but I do not want them to
>> > >have to go through the additional steps of pasting the Macro into their
>> > >Personal folder.
>> > >
>> > >If the Macro will only be used in one workbook, is there a way to attach the
>> > >Macro to the workbook before sending to another user? I am sure that I am
>> > >missing something very simple. . . ?
>> > >
>> > >
>> > >
>> > >
>> > >"Gord Dibben" wrote:
>> > >
>> > >> Yes, they could copy it to their Personal.xls which makes it available for all
>> > >> open workbooks.
>> > >>
>> > >>
>> > >> Gord
>> > >>
>> > >> On Fri, 26 Jan 2007 04:03:01 -0800, Wanna Learn
>> > >> <WannaLearn.TakeThisOut@discussions.microsoft.com> wrote:
>> > >>
>> > >> >Hello Gord Thanks..
>> > >> >Sounds like 3 is the easiest way. If I send the workbook I suppose the
>> > >> >macro has to be saved in a personal workbook so that they can use with any
>> > >> >workbook . Is that correct?
>> > >> >"Gord Dibben" wrote:
>> > >> >
>> > >> >> Several methods.........don't know what is the best way, all involve some work.
>> > >> >>
>> > >> >> 1. Copy the macro code and open Notepad. Paste into Notepad and save then send
>> > >> >> for "someone else" to copy to a module.
>> > >> >>
>> > >> >> 2. Export the module as *.bas file and send that for importing into a workbook.
>> > >> >>
>> > >> >> 3. Send the workbook with the macro.
>> > >> >>
>> > >> >> Someone else can copy the macro or module to wherever they wish.
>> > >> >>
>> > >> >>
>> > >> >> Gord Dibben MS Excel MVP
>> > >> >>
>> > >> >>
>> > >> >>
>> > >> >> On Thu, 25 Jan 2007 11:45:01 -0800, Wanna Learn
>> > >> >> <WannaLearn.TakeThisOut@discussions.microsoft.com> wrote:
>> > >> >>
>> > >> >> >Hello What is the best way to send a macro to some one else ? thanks
>> > >> >>
>> > >> >>
>> > >>
>> > >>
>> >
>> > .
>> >
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General Discussions All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum