Hello,
I have the following code to rename an existing folder but it gives me error in the line: OldFolderName As NewFolderName. Can I please have your help to make it work?
Thank you.
Private Sub CommandButton1_Click()
If Me.ComboBox1.Value = "" Then
MsgBox "CAR can Not be Blank!"...