Thread: Silverlight
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ron ron is offline
external usenet poster
 
Posts: 118
Default Silverlight

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