May 5, 2021 #1 sal21 Programmer Joined Apr 26, 2004 Messages 502 Location IT I need to fill a combobox, with dates, in this terms: current date - 15 days to 31/12/"current year" example: 20/04/2021 21/04/2021 22/04/2021 ... 31/12/2021
I need to fill a combobox, with dates, in this terms: current date - 15 days to 31/12/"current year" example: 20/04/2021 21/04/2021 22/04/2021 ... 31/12/2021
May 5, 2021 #2 Andrzejek Programmer Joined Jan 10, 2006 Messages 8,578 Location US Google DateAdd() and DateSerial() functions. They will allow you to do what you want along with For ... Next loop ---- Andy "Hmm...they have the internet on computers now"--Homer Simpson Upvote 0 Downvote
Google DateAdd() and DateSerial() functions. They will allow you to do what you want along with For ... Next loop ---- Andy "Hmm...they have the internet on computers now"--Homer Simpson