Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have recorded a macro through which i would like to extract data from web but unable to do so. Can someone help me. With ActiveSheet.QueryTables.Add(Connection:= _ "URL;http://www.bseindia.com/mktlive/market_summ/categorywise_turnover.asp", _ Destination:=Range("A1")) .Name = "categorywise_turnover" .FieldNames = True .RowNumbers = False .FillAdjacentFormulas = False .PreserveFormatting = True .RefreshOnFileOpen = False .BackgroundQuery = True .RefreshStyle = xlInsertDeleteCells .SavePassword = False .SaveData = True .AdjustColumnWidth = True .RefreshPeriod = 0 .WebSelectionType = xlSpecifiedTables .WebFormatting = xlWebFormattingNone .WebTables = "8" .WebPreFormattedTextToColumns = True .WebConsecutiveDelimitersAsOne = True .WebSingleBlockTextImport = False .WebDisableDateRecognition = False .WebDisableRedirections = False .Refresh BackgroundQuery:=False End With Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Web query..... unable to get data ? | Excel Discussion (Misc queries) | |||
Unable extract data from WEB query | Excel Programming | |||
Extract Data using Web query | Excel Programming | |||
Data extract from access query | Excel Discussion (Misc queries) | |||
Using Microsoft Query to Extract Data | Excel Programming |