Re: $$Excel-Macros$$ Problem with Calling a Sub in a Module from a Form

2009-11-17 Thread laudes
Thank you too, for your answer PMann... On 16 Nov., 19:10, PMann wrote: > You could just use Global variables. > On the On_Click event set the globals = to the value in the textboxes on > your form. > > On Mon, Nov 16, 2009 at 6:50 AM, laudes wrote: > > > Thank you a lot for your help. It worked

Re: $$Excel-Macros$$ Problem with Calling a Sub in a Module from a Form

2009-11-16 Thread PMann
You could just use Global variables. On the On_Click event set the globals = to the value in the textboxes on your form. On Mon, Nov 16, 2009 at 6:50 AM, laudes wrote: > Thank you a lot for your help. It worked with the "call", and sorry > for the delay. > > > On 8 Nov., 00:20, Fabio Lemos wrote

Re: $$Excel-Macros$$ Problem with Calling a Sub in a Module from a Form

2009-11-16 Thread laudes
Thank you a lot for your help. It worked with the "call", and sorry for the delay. On 8 Nov., 00:20, Fabio Lemos wrote: > just remove the parentesis  as follow: > > Modul1.Get_Param CInt(TextBox1.Text), CInt(TextBox2.Text) > > 2009/11/6 laudes > > > > > > > Hi all > > > I've got a problem a