Hi
I'm trying to find a way to store a particular date as a variable in VBA so I can do some maths etc with it.
Our projects have a custom column with Key Events that can be tagged against individual tasks. These key events can only be tagged to a single task so there aren't multiple instances. I want to find a way in VBA to search for a particualr key event and then extract that tasks start date as a date variable.
Can anyone help?