Recent content by Manukrrish

  1. M

    How to import data from xml to excel sheet using macros

    Hi I am working on How to import data from xml to excel sheet using macros, i am using MS2003, i wrote below code for it Sub ImportXMLtoList() Dim strTargetFile As String Application.DisplayAlerts = False strTargetFile = "C:\BookData.xml" Workbooks.OpenXML...
Back
Top Bottom