> ..
>>> > ...
>>> > Most important is Calling the function.
>>> >
>>> > Private Sub CommandButton1_Click()
>>> > call test1
>>> > End Sub
>>> >
>>> > Hope it will Help
>>> > Happy to Help
>>
> :)
>> > Prashant Tripathi
>> >
>> >
>> >
>> >
>> >
>> > On Sun, Apr 11, 2010 at 6:59 PM, Daniel wrote:
>> > > Hello.
>> >
>> > > Private Sub CommandButton1_Click()
>> >
>> > &g
; Prashant Tripathi
> >
> >
> >
> >
> >
> > On Sun, Apr 11, 2010 at 6:59 PM, Daniel wrote:
> > > Hello.
> >
> > > Private Sub CommandButton1_Click()
> >
> > > test1
> >
> > > End Sub
> >
> > > Regards.
>
t; Daniel
>
> > De : excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] De
> > la part de harpreetgujral
> > Envoyé : dimanche 11 avril 2010 15:08
> > À : excel-macros@googlegroups.com
> > Objet : $$Excel-Macros$$ Calling a Macro
>
> > Hi Group,
tgujral
> Envoyé : dimanche 11 avril 2010 15:08
> À : excel-macros@googlegroups.com
> Objet : $$Excel-Macros$$ Calling a Macro
>
>
>
> Hi Group,
>
>
>
> I want to know, how can we call a macro stored in Module1 in other modules
>
>
>
> Example:
>
>
&g
Hello.
Private Sub CommandButton1_Click()
test1
End Sub
Regards.
Daniel
De : excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] De
la part de harpreetgujral
Envoyé : dimanche 11 avril 2010 15:08
À : excel-macros@googlegroups.com
Objet : $$Excel-Macros$$ Calling
Hi Group,
I want to know, how can we call a macro stored in Module1 in other modules
Example:
Module1 has "test1" stored as a public sub
and i want to call this Sub in a Commandbutton created on Sheet1
Example2:
Module1 has "test1" stored as a Private sub
and i want to call this Sub in a Co