is it possible in MSP2k7 to make the first 2 columns stay still while I
scroll horizontally to view information in rest of the columns.
e.g.
I want to be able to see the tasks names from the left most column while I
scroll to see the Actual Work from the right most column

thanks in advance

Re: make a column stay by Dale

Dale
Wed May 07 21:39:44 CDT 2008

Fei --

No, you cannot lock the columns the way you can do in Excel. The only
column that is locked is the ID Number field. Hope this helps.

--
Dale A. Howard [MVP]
VP of Educational Services
msProjectExperts
http://www.msprojectexperts.com
http://www.projectserverexperts.com
"We write the books on Project Server"


"Fei" <Fei@discussions.microsoft.com> wrote in message
news:1A9AB0FF-A95D-45CC-8410-B818ACE7BC38@microsoft.com...
> is it possible in MSP2k7 to make the first 2 columns stay still while I
> scroll horizontally to view information in rest of the columns.
> e.g.
> I want to be able to see the tasks names from the left most column while I
> scroll to see the Actual Work from the right most column
>
> thanks in advance


Re: make a column stay by Trevor

Trevor
Wed May 07 21:53:03 CDT 2008

You can lock only the first column.
You can change what is the first column.
View, Tables, More Tables, Edit

Trevor Rabey 0407213955 61 8 92727485 PERFECT PROJECT PLANNING
www.perfectproject.com.au
"Fei" <Fei@discussions.microsoft.com> wrote in message
news:1A9AB0FF-A95D-45CC-8410-B818ACE7BC38@microsoft.com...
> is it possible in MSP2k7 to make the first 2 columns stay still while I
> scroll horizontally to view information in rest of the columns.
> e.g.
> I want to be able to see the tasks names from the left most column while I
> scroll to see the Actual Work from the right most column
>
> thanks in advance



Re: make a column stay by Colin

Colin
Thu May 08 05:42:10 CDT 2008

Following on from what Trevor has said -

You could insert a custom column (eg Text1) with a customised field and use
a formula to show both the ID & task Name. (or any other fields you choose)

Tools / Customised / Fields
select Text1
Click Formula
Enter
([ID] & " - " & [Name])
Click OK
Click OK

Use this Text1 column as Trevor states below

Colin

"Trevor Rabey" wrote:

> You can lock only the first column.
> You can change what is the first column.
> View, Tables, More Tables, Edit
>
> Trevor Rabey 0407213955 61 8 92727485 PERFECT PROJECT PLANNING
> www.perfectproject.com.au
> "Fei" <Fei@discussions.microsoft.com> wrote in message
> news:1A9AB0FF-A95D-45CC-8410-B818ACE7BC38@microsoft.com...
> > is it possible in MSP2k7 to make the first 2 columns stay still while I
> > scroll horizontally to view information in rest of the columns.
> > e.g.
> > I want to be able to see the tasks names from the left most column while I
> > scroll to see the Actual Work from the right most column
> >
> > thanks in advance
>
>
>