following code rto exit a sub if the source file is empty
I would like to change this that if A2 is emty then macro to exit
It would be appreciated if someone could amend the code to suit my needs
I would like to change this that if A2 is emty then macro to exit
Code:
fileSource = Application.GetOpenFilename
If fileSource = False Or IsEmpty(fileSource) Then Exit Sub
It would be appreciated if someone could amend the code to suit my needs