I have a cell in excel named "Start_Database" in A9.
I want to extract the number 9 in VBA, but I don't know how.
What I do now is writing y = 9, but I would like to know an alternative way to the same task, without writing "9".
Can anyone solve my problem?