View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Guy[_2_] Guy[_2_] is offline
external usenet poster
 
Posts: 47
Default Best way to implement "refreshable" reports

Hi all,

I need to develop a solution for Excel that will generate reports from some
back-end systems. The user should be able to get updated data whenever he
clicks on a button ...

What is the best way to implement this functionality? Web services with XML
maps, data source queries or something else?

Thanks.