Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~954 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Manu Krrish

XML,Excel Macros Hi I am working on some stuff where i need to Import the data present in XML file to excel sheet. i wrote below code for it Sub ImportXMLtoList() Dim strTargetFile As String Application.DisplayAlerts = False strTargetFile = "C:\BookData.xml" Workbooks.OpenXML Filename:=strTargetFile, LoadOption:=xlXmlLoadImportToList Application.DisplayAlerts = True End Sub But …

Member Avatar for AndreRet
0
807
Member Avatar for Manu Krrish

Hi , I am new to Dani Web after browsing so many sites i have found this site as usefull. Saw replied to all queries that posted here.In the same Hope i am posting my Query here. I want to automate a webpage using excel macros.The issues i am facing …

Member Avatar for Manu Krrish
0
147