View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Marijan Glavac Marijan Glavac is offline
external usenet poster
 
Posts: 6
Default MS Office Project Manager

Hi,

I need a lot of date from *.xls sheet put into specific columns and rows in
MS Office Project Manager file.
for example :
in *.xls file :
A1="Transport";B1="2d"
A2="Welding";B2="2h"
and I want it into MS Project Manager in column task and duration :
Task Duration
Transport 2d
Welding 2h

Macro will solve my problem.
I don't know where to start.It is possible to do that ?

Please help.
Thanks in advance.

Marijan