Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Run-time error 450, Wrong number of arguments or invalid property assignment.
"Joel" wrote: Sub URL_Get_Data() celladdress = Cells(Rows.Count, "A").End(xlUp)(2).address With ActiveSheet.QueryTables.Add(Connection:= _ "URL;" & _ "Destination:=Sheets(""Links"").Range(" & celladdress & ")") .BackgroundQuery = True .WebSelectionType = xlSpecifiedTables .WebFormatting = xlWebFormattingNone .WebTables = "2" .WebPreFormattedTextToColumns = True .WebConsecutiveDelimitersAsOne = True .WebSingleBlockTextImport = False .Refresh BackgroundQuery:=True .SaveData = True End With End Sub |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can you post the code that worked before you made modifications. Queries are
hard to debug unless you havve the actual database or webpage. Usually I get Queries to work by recording a macro and then modifiying the recorded macro as necessary. "Snowman" wrote: Run-time error 450, Wrong number of arguments or invalid property assignment. "Joel" wrote: Sub URL_Get_Data() celladdress = Cells(Rows.Count, "A").End(xlUp)(2).address With ActiveSheet.QueryTables.Add(Connection:= _ "URL;" & _ "Destination:=Sheets(""Links"").Range(" & celladdress & ")") .BackgroundQuery = True .WebSelectionType = xlSpecifiedTables .WebFormatting = xlWebFormattingNone .WebTables = "2" .WebPreFormattedTextToColumns = True .WebConsecutiveDelimitersAsOne = True .WebSingleBlockTextImport = False .Refresh BackgroundQuery:=True .SaveData = True End With End Sub |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I never had any that worked. I began with the sample from this article:
http://support.microsoft.com/kb/213730 "Joel" wrote: Can you post the code that worked before you made modifications. Queries are hard to debug unless you havve the actual database or webpage. Usually I get Queries to work by recording a macro and then modifiying the recorded macro as necessary. "Snowman" wrote: Run-time error 450, Wrong number of arguments or invalid property assignment. "Joel" wrote: Sub URL_Get_Data() celladdress = Cells(Rows.Count, "A").End(xlUp)(2).address With ActiveSheet.QueryTables.Add(Connection:= _ "URL;" & _ "Destination:=Sheets(""Links"").Range(" & celladdress & ")") .BackgroundQuery = True .WebSelectionType = xlSpecifiedTables .WebFormatting = xlWebFormattingNone .WebTables = "2" .WebPreFormattedTextToColumns = True .WebConsecutiveDelimitersAsOne = True .WebSingleBlockTextImport = False .Refresh BackgroundQuery:=True .SaveData = True End With End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro to print files from a list of links | Excel Discussion (Misc queries) | |||
EXCEL - LINKS cannot easily get list of all links & names in book | Excel Worksheet Functions | |||
micro programming links | Excel Programming | |||
Macro to list info on seperate worksheet | Excel Programming | |||
Programming links | Excel Programming |