Permanently change Current Date Line

D

davegb

I am working with over 80 projects for a client. I like the Current
Date Line to be solid and in red. I can change it in each project, and
in new projects I create, but I'd prefer not to have to change it in
every one of the 80 projects. Anyone know of a way to make this change
retroactively without doing it separately in each file?
Thanks,

David G. Bellamy
Bellamy Consulting
 
J

John

David,
I doubt there is a Global setting but it can be accomplished quite
readily with a simple macro. The following code could probably be
expanded to automatically open each file and apply the formatting,
however doing so may take longer than simply running it on each file.

Sub CDLine()
GridlinesEdit Item:=4, NormalType:=1
GridlinesEdit Item:=4, NormalColor:=1
End Sub

Hope this helps.
John
 
D

davegb

John,
Thanks for the help. That's just what I've been doing, is running that
macro as I open each file when I work on it. Was just hoping to find
an easier way, as always. I hate doing repetitive tasks, thought that
was what I got the computer and the software for in the first place!
At least it's just a single click of a button.

David G. Bellamy
Bellamy Consulting
 

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