Re: $$Excel-Macros$$ Re: rounding to next higher rupee

2011-09-07 Thread Shankar Bheema
thank you so much sam On Wed, Sep 7, 2011 at 7:47 PM, GoldenLance wrote: > TextBox2.Text = Application.RoundUp(Val(TextBox1.Text), 0) > > Regards, > > Sam Mathai Chacko (GL) > > On Sep 7, 6:52 pm, Shankar Bheema wrote: > > I am attaching an excel file with inserted userform. > > > > I have give

$$Excel-Macros$$ Re: rounding to next higher rupee

2011-09-07 Thread GoldenLance
TextBox2.Text = Application.RoundUp(Val(TextBox1.Text), 0) Regards, Sam Mathai Chacko (GL) On Sep 7, 6:52 pm, Shankar Bheema wrote: > I am attaching an excel file with inserted userform. > > I have given command button to roundoff the figure in textbox1.text to the > next higher rupee.  I have