I'm starting to use VBA with the office package, as I still know little I'm having trouble getting this functionality.
I was trying to do something simple and needed help to understand how it works:
I need if one cell changes, its contents are copied to another one automatically, without having to click any button, eg
I have cell A1: B5
All cells are blank, if I fill in any information in cell A1, I need the value of it to be copied to cell B1, if I change cell A2, I need to change the value to cell B2 and so on.
I know I can do this with formulas, but I need the VBA syntax to start doing something more advanced.