Global Setting

B

Bill

Hi All,

I am importing access data values into project and all is working fine. But
I have a minor niggle associated with the fact that I go through the route
of importing into a new project each time so that the file can be date
stamped and have to reset the timescale setting at the top of the GANT view
each time because the default is not appropriate.

Is there anyway of changing the default, or alternatively storing the
configuration that I require so it can be loaded instead of doing it
manually each time.

Ta.
Bill.
 
J

Jack Dahlgren

This sounds like it calls for a little bit of programming. There are a few
different ways to do it.
Probably the easiest is to just zoom the timescale. This code will do it:

Sub zoomtimescaleforproject()
ZoomTimescale Entire:=True
End Sub

-Jack Dahlgren
http://zo-d.com/blog/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top