Thread: Macro help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Janmy Janmy is offline
external usenet poster
 
Posts: 12
Default Macro help

How can I set a marco to transfer data from a table format to a database format, for example
This is the table format
Jan-04 Paris Mila
Income 100 3
Rent -40 -

Like to become
Income Jan-04 Paris 10
Income Jan-04 Milan 3
Rent Jan-04 Paris -4
Rent Jan-04 Milan -

Thanks!!