Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I know how to programmatically manipulate common web pages, extract
data from them, etc, from Excel. I usually do this by looking at the source code behind the page and then creating a VBA macro to do what is needed. A web page that I extract data from using an Excel macro has been redone as a Silverlight web page. I can no longer see the source code and have no experience interacting with Silverlight via VBA. Is there a simple way to view the Silverlight source code, or can someone point me to a site that will explain how to manipulate a Silverlight web page using VBA?..TIA, Ron |