L
lilachd
Hi.
I am using a excel form and in the form I have a combobox that get Date list
from a range in the worksheet.
after yhe user choose the date I want to change the format (for the sql
query).
I try this:
ChoosenMonth = Format(CmbMonth.Value, "YYYY-MM-DD")
but it's not working.
Please help me,
thanks lilach
I am using a excel form and in the form I have a combobox that get Date list
from a range in the worksheet.
after yhe user choose the date I want to change the format (for the sql
query).
I try this:
ChoosenMonth = Format(CmbMonth.Value, "YYYY-MM-DD")
but it's not working.
Please help me,
thanks lilach