Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone have any suggestions what wrong is the variable - Mywebsite on
following coding? The url cannot be assigned into Mywebsite variable. Does anyone have any suggestions? Thank you very much for any suggestions Eric Dim Mywebsite As String Set Mywebsite = "http://www.stata.com/help.cgi?macro" With Sheets("Temp").QueryTables.Add(Connection:= _ "URL;" & Mywebsite & """", Destination:=Sheets("Temp").Range("$A$1")) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Variable sum from defined input | Excel Worksheet Functions | |||
variable not defined | Excel Programming | |||
variable not defined, ActiveWorkbook.name | Excel Programming | |||
Can Step through but when run defines variable wrong | Excel Programming | |||
why is it saying sheetcnt is "variable not defined" how to do a global variable to share over multiple functions in vba for excel? | Excel Worksheet Functions |