Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
I need to be able to copy the contents of excel from a webpage using VBA. I can already open IE and navigate to the page, but I am having trouble figuring out the syntax to select the cells and copy it to another sheet. See below. Any help would be greatly appreciated. Thanks. Dim ieApp As Object Set ieApp = CreateObject("InternetExplorer.Application") ieApp.Visible = True ieApp.Navigate "http://www.webpage.com" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide tab sheet in webpage (Excel) | Excel Worksheet Functions | |||
Stop excel from copying data from one sheet to another | New Users to Excel | |||
Stopping copying from a webpage | Excel Discussion (Misc queries) | |||
Link from webpage to excel sheet | Excel Discussion (Misc queries) | |||
Delete the formulas of webpage, copied & pasted on excel sheet | Excel Discussion (Misc queries) |