Toggling resources
by Tmlrb2xhIFRlc2xh » Thu, 19 May 2005 05:50:12 GMT
As I assign the resource to the task, that source is displayed next to the
task bar in the project schedule.
What I want to do is toggle this resources assignment on/off, meaning that
at one point I want to see the tasks and their resources and the next view
would be just a task.
thanks
Re: Toggling resources
by JackD » Thu, 19 May 2005 07:22:39 GMT
Go to views menu, more views, make a copy of the gantt view (the default)
and call it what you want.
Apply that view.
Go to the format menu.
Choose barstyles
Select the barstyle with the big blue bar.
Click on the text tab in the bottom half
remove resource name from the barstyle.
Click OK
Now if you want to see names switch to gantt view, If you don't want to see
names switch to your new view.
--
-Jack ... For Microsoft Project information and macro examples visit
http://www.**--****.com/
or http://www.**--****.com/
.
Re: Toggling resources
by Tmlrb2xhIFRlc2xh » Thu, 19 May 2005 08:23:30 GMT
thanks for this very powerful trick, just playing with it now and its great
Similar Threads:
1.VB - Toggling the outline indent
I want to create code that will since the state (True or False) of
"OptionsView DisplayNameIndent" and then change it to the opposite state. I
have created code below. I am having problems with the way I am asking the IF
portion of the code. I know I am not doing it correctly but I cant find
anything that shows me the correct way. Anyone have any ideas?
Sub Outline_toggle()
' Macro Outline_toggle
If DisplayNameIndent Then
OptionsView DisplayNameIndent:=False
Else
OptionsView DisplayNameIndent:=True
End If
End Sub
--
Leo Belardinelli
2.When doing a project can you toggle between start date and finish date
I have to complete my project on a specific date. At the moment it is
set up just with a project start date. Can I toggle between project
start date and project finish date withough having any serious
repercussions?
Thank you
3.Caps Lock toggle using Shift key
While messing around on my computer, I came across the selection of being
able to turn off CAPS LOCK by pressing the SHIFT key, instead of re-pressing
the Caps Lock key. I thought it would be a good idea, but have determined
that I do NOT like it. Now, of course, I can't find where I made that
selection. I have Windows 2000 with Service Pack 4 (?). Any help????
Please!!!!!
4.When doing a project can you toggle between start date and finish
5.Toggle macro for day / hours viewing
I want to set up a macro in Project to enable me to toggle (using something
like Ctrl-T), the 'Work is entered in' field under Tools>Options>Schedule tab
to switch between hours and days depending on what is currently displayed. ie
if my view is currently in hours, it will change to days and vice versa. I
can create a simple macro for a one way conversion and assign it to a hotkey
but can't get the toggle to work.
6. Trying to toggle Tools/Options/View/Show Summary Tasks