View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nate[_9_] Nate[_9_] is offline
external usenet poster
 
Posts: 1
Default Right Click - Export To Excel Is Exporting The Wrong Table?

Hello All,

I have been using the Right Click - Export To Excel feature in IE7 as
part of my Web application for users to download data from tables that
I generate. When I select this men option I sometimes receive a
download of a table from the previous page in my application rather
than the table my mouse was hovering over. When this occurs there is a
way I can successfully download the correct table but I have to Right
Click - Export To Excel from the next table below that of the table I
am trying to download. At other times, I am able to download the
correct table without having to perform the special case above. I did
review my code to ensure that the tables are correctly formed in html.
There is little difference in my code between when the download
functions as expected and when it fails. Any ideas?

Thank You For Your Time,

Nate