I am new to VBA coding. Lets say I am extracting a value from Sheet3.Cell (23, 4) for the value, is there any way in the VBA code that allows me to set this as a variable?
For example, I changed the interface and left the value on Sheet4.Cell (20,1), everywhere in my code that relates to Sheet3.Cell (23, 4), I need to change it to Sheet4.Cell (20, 1). I think there is some best practice for VBA coding for such a situation?
source
share