-1
I’m starting to use VBA with the office package, as I still know little I’m having difficulties to get this functionality.
I was trying to do something simple and I needed help to understand how it works:
I need that if a cell in column I is changed, its old contents be copied to another immediately column H, without having to click any button, eg:
I have the following situation:
H13: Text 01
I13: Text 02
After inserting the value - Text 03 - in I13, We would have as result
H13: Text 02
I13: Text 03
I know I can do this with VBA, but I need the VBA syntax to start doing something more advanced.