View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
childofthe1980s childofthe1980s is offline
external usenet poster
 
Posts: 122
Default blank data when using macros

Hello:

Unfortunately, the developers of my software package are passing the buck to
Excel. So, since I got no help from them, I thought that I would ask you all
about this.

I have an application that can export data to Excel. And, if you create an
Excel macro-based template, my application can run this macro right away so
that the data exported to a spreadsheet can be manipulated immediately by the
macro.

But, for the first time since using this application at a client site, the
spreadsheet contains no data after exporting the data to Excel from my
application.

How is it that a macro is causing data to be erased? Any ideas on this one?

Thanks!

childofthe1980s