excel - Ensuring DatePicker is available in VBA -
i have question couldn't find answer google search. i'm working on vba assignment, 1 of sections requires user enter start , end date used filter through set of data. have been using datepicker package , has been working fine. emailed assignment (to myself) work on later on, , noticed datepickers don't show on forms. when open assignment, error message pops saying "could not load objects because not available on machine". now, date pickers installed on computer using, have added through menus in excel.
anyway, wondering if there anyway can ensure date pickers available excel file submit. otherwise, have input dates through mechanism (which fine, date pickers provide nicer visual drop down lists of day, month, year.
i hope question clear , thank
excel not have date picker calendar control out of box seamlessly works in versions. there activex controls can used in earlier versions, won't work later versions.
ron de bruin has written vba data picker tool works in excel versions , has collection of info calendar control on page here: http://www.rondebruin.nl/win/s8/win003.htm
Comments
Post a Comment