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

2010-04-12 Thread Abhishek Jain
-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, I want to know, how can we call a macro stored in Module1 in other modules Example: Module1

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

2010-04-12 Thread Harpreet Singh Gujral
() 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 a Macro Hi Group

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

2010-04-12 Thread Abhishek Jain
() 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 a Macro Hi Group

$$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

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

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

2010-04-11 Thread rf1234 rf1234
@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: Module1 has test1 stored as a public sub and i want to call this Sub in a Commandbutton created on Sheet1 Example2: Module1 has

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

2010-04-11 Thread Harpreet Singh Gujral
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: Module1 has test1 stored as a public sub and i want to call this Sub in a Commandbutton created