View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
snaggy^^ snaggy^^ is offline
external usenet poster
 
Posts: 7
Default export a non defined table as txt or cvs by VBA

I have in my "Summary" page a table which has four coloumns and an undefined
number of rows. There's nothing under this table, so the firs white line
means the end of it. I need a macro to export this table as a kind of backup,
in a txt o cvs file.

When i search the help file for it, i find just XML exporting, and mapping
(by the way i don't understand what it is)

bye