View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John L[_2_] John L[_2_] is offline
external usenet poster
 
Posts: 19
Default Transpose 100 sheets in a directory automaticaly

Hello,

I will be receiving 100 or more xls per month which have rows as fields and
columns as cases/individuals/records, the opposite of standard db structure.

How would I go about writting a script that would open each of these and
transpose it without me doing them one by one? Their names will vary from
month to month.

Thanks in advance,

John