$$Excel-Macros$$ xml download "argument not optional"

2014-01-09 Thread Martin Wheeler
I am trying to convert some code from single sheet to multi-sheet so I can use in an existing excel workbook - up to 70 wk sheets It is in Public Sub LoadRaceField(wks As Worksheet) If accepts:- Set runnerList = xmldoc.SelectNodes("//Runner") For I = 0 To (runnerList.Length - 1)

$$Excel-Macros$$ XML and VBA

2011-07-27 Thread shariq khan
Hi All Excel Experts, I want to create, read and update XML file using VBA. Can some one share an explain how to create a XML file and read or manipulate XML file. Thanks in advance. Shariq -- -- Some impo

Re: $$Excel-Macros$$ XML files to Excel

2010-07-20 Thread Aindril De
http://www.youtube.com/watch?v=r0S2CQd46C4 On Tue, Jul 20, 2010 at 9:33 PM, Aindril De wrote: > Try this > > http://www.forgram.com/ > > Regards, > Andy > > > On Tue, Jul 20, 2010 at 12:59 AM, Al wrote: > >> >> Dear All : >> >> I have bunch of xml files, i would like to

Re: $$Excel-Macros$$ XML files to Excel

2010-07-20 Thread Aindril De
Try this http://www.forgram.com/ Regards, Andy On Tue, Jul 20, 2010 at 12:59 AM, Al wrote: > > Dear All : > > I have bunch of xml files, i would like to convert them in to an > excel sheet .. > how can this be done ? > > Thanks in advance > Al > > -- > > -

$$Excel-Macros$$ XML files to Excel

2010-07-19 Thread Al
Dear All : I have bunch of xml files, i would like to convert them in to an excel sheet .. how can this be done ? Thanks in advance Al -- -- Some important links for excel users: 1. Follow us on TWITTER for tips t

$$Excel-Macros$$ XML

2009-03-30 Thread satish
Hi Can anyone help how to create an xml file. Some websites allow to update data if it is in xml format. If xml format is not available the same website asks to type the data in the cells provided which is very tiresome. So i wanna learn how to create xml file as per the requirement of website. A