Re: $$Excel-Macros$$ Calling a Macro

2010-04-12 Thread Abhishek Jain
> .. >>> > ... >>> > Most important is Calling the function. >>> > >>> > Private Sub CommandButton1_Click() >>> > call test1 >>> > End Sub >>> > >>> > Hope it will Help >>> > Happy to Help >>

Re: $$Excel-Macros$$ Calling a Macro

2010-04-12 Thread Harpreet Singh Gujral
> :) >> > Prashant Tripathi >> > >> > >> > >> > >> > >> > On Sun, Apr 11, 2010 at 6:59 PM, Daniel wrote: >> > > Hello. >> > >> > > Private Sub CommandButton1_Click() >> > >> > &g

Re: $$Excel-Macros$$ Calling a Macro

2010-04-11 Thread Abhishek Jain
; Prashant Tripathi > > > > > > > > > > > > On Sun, Apr 11, 2010 at 6:59 PM, Daniel wrote: > > > Hello. > > > > > Private Sub CommandButton1_Click() > > > > > test1 > > > > > End Sub > > > > > Regards. >

Re: $$Excel-Macros$$ Calling a Macro

2010-04-11 Thread Harpreet Singh Gujral
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,

Re: $$Excel-Macros$$ Calling a Macro

2010-04-11 Thread rf1234 rf1234
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

RE: $$Excel-Macros$$ Calling a Macro

2010-04-11 Thread Daniel
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

$$Excel-Macros$$ Calling a Macro

2010-04-11 Thread harpreetgujral
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