Hi,
I need to write a vba macro that would read the data from a certain column and store it in a variable and add 4 to it.
For Example: if I have 11 in that column than it should add 4 and show 15.
Likewise if I have something like 20FF+20d. the macro should start reading that and when it hits the word (F) right after the integer (20) it should stop. Store that value 20 and add 4 to it. Then is should represent 24FF+20d.
another example: 9SF+1d should change to 13SF+1d.
any ideas..anyone?
I need to write a vba macro that would read the data from a certain column and store it in a variable and add 4 to it.
For Example: if I have 11 in that column than it should add 4 and show 15.
Likewise if I have something like 20FF+20d. the macro should start reading that and when it hits the word (F) right after the integer (20) it should stop. Store that value 20 and add 4 to it. Then is should represent 24FF+20d.
another example: 9SF+1d should change to 13SF+1d.
any ideas..anyone?