Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can someone help me out to extract data through web query.
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 | |||
Unable to query ASC and JIS function | Excel Worksheet Functions | |||
Unable to open after auto refresh(Query) | Excel Discussion (Misc queries) | |||
Web query - Unable to open | Excel Discussion (Misc queries) | |||
Unable to edit query | Excel Discussion (Misc queries) | |||
MS Query - unable to edit query | Excel Discussion (Misc queries) |