Re: $$Excel-Macros$$ Re: Button click with vba

2015-02-10 Thread Vaibhav Joshi
0 is for form 1, 1 for form 2 & so on... if you know form name then you can use it directly... IE.document.forms("myform")(0).submit Cheers!! On Wed, Feb 11, 2015 at 12:16 PM, Mandeep Baluja wrote: > Absolutely correct but i was using form 1 that's why it is giving error > could you please let

$$Excel-Macros$$ Re: Button click with vba

2015-02-10 Thread Mandeep Baluja
Absolutely correct but i was using form 1 that's why it is giving error could you please let me know why 0 is used. for form. On Wednesday, February 11, 2015 at 10:20:23 AM UTC+5:30, Mandeep Baluja wrote: > > how to click this > > > > * button i tried many > thing but unsuccesful.Regards.Mand