• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

adding dropdowns (multiple columns) into calendar

Wanting to create a working calendar where I can show the job name, address, and work to be performed plus have two dropdowns for the technicians that will be performing the work and one showing which vehicle(s) that will be used. an example is attached.

I've created the macro (copied off microsoft's site) for the calendar but don't know how to make two additional columns inside each day to accommodate the dropdowns. Is it possible to do this? The job portion would be manually entered. More than likely there will be the need to add more columns i.e., for certain tools or material needed for that particular job.
 

Attachments

  • Working calendar.xlsm
    23.7 KB · Views: 3
  • Job schedule with dropdowns.xlsx
    8.7 KB · Views: 1
Hank -

Take a look at the attached file. I think this is the sort of thing you're trying to achieve.
I didn't use the Visual Calendar - I find them to be fraught with issues, tbh. I have a table create a dynamic Calendar listing and use that to feed the dropdown.
The Jobs tab has an Excel Table on it - named tblJobs. In that table are dropdowns for Date, Techs, Vehicle and Tools. Play with it and see what needs to be tweaked.
 

Attachments

  • Job schedule with dropdowns - DME.xlsx
    14.5 KB · Views: 6
Back
Top