Setting up project management calendar with VBA

wsk92

New Member
Joined
Jul 6, 2015
Messages
21
Im completely new with VBA and despite my attempts i cant seem to get very far.

I have created a project calendar with the projects across the top and the dates along the side. I basically want to take dates from another workbook and insert them into the calendar automatically.

For instance taking the project start and putting it into the correct date and the right project.

Can anybody help me?

Thanks,

Will
 
I would have a userform, with a listbox. The listbox has the list of projects.
user picks a project
this shows the date,
enter new date in New Date box.
click button...this would assign it.
 
Upvote 0
thanks for the help.
I actually already have something close to that description that is not using vba. I can type in a project number and it will show me the start date and finish date of each part of a project.

What id like to be able to do is take that info and put it out onto one calendar with all the data there for the reader to see straight away.

The main issue i am having is knowing which functions i should use.

Thanks again!

I would have a userform, with a listbox. The listbox has the list of projects.
user picks a project
this shows the date,
enter new date in New Date box.
click button...this would assign it.
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top