Thread: excel addin
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NA_AB NA_AB is offline
external usenet poster
 
Posts: 2
Default excel addin

hi friends, I am trying to populate a data set retrieved from the database on
to the active cell of an excel sheet. I got it by making use of a button and
handling the event of its click, but how to return an entire dataset directly
onto the active cell when for example, the user simply says =get_table(...)
in an excel cell?