ianb
Member
Hi,
Can any one get this working for me please. I can set Listitems yet woud like to set the dropdown to now not a value so the program does not need updating each month.
Thanks.
Sub test1 ()
Sheets("Sheet1").Select
Sheets("Sheet1").DropDowns("Drop Down 1927").ListItem = 26
'(Format(Now, "mmm-yy"))
End Sub
Can any one get this working for me please. I can set Listitems yet woud like to set the dropdown to now not a value so the program does not need updating each month.
Thanks.
Sub test1 ()
Sheets("Sheet1").Select
Sheets("Sheet1").DropDowns("Drop Down 1927").ListItem = 26
'(Format(Now, "mmm-yy"))
End Sub