Mukul Gupta
New Member
Hi All,
I have to get one Column to be update to based on some Columns. As every time for running query we do manual work in column E from E2-E28 ( in attached sheet), and every time column lenght may vary.
date is taken from Colum A, B , C and D .
We want a macro so that we can have update sheet in column E for all Row in table..
Such that:-
In attached sheet for E2, I want this below line show be automatically updated for all table values:- ( C2 and D2 are Absolute reference)
INSERT INTO VMRCKAM2.VMRRLITERAL_MSTR1 VALUES('D2','A2','B2','C2');
or in other way to understand
INSERT INTO VMRCKAM2.VMRRLITERAL_MSTR1 VALUES('COL4-ROW2','COL1','COL2','COL3-ROW2');
This need to be updated automatically through macro for all E rows upto where data in Table available.
request you to pl help me in that
I have to get one Column to be update to based on some Columns. As every time for running query we do manual work in column E from E2-E28 ( in attached sheet), and every time column lenght may vary.
date is taken from Colum A, B , C and D .
We want a macro so that we can have update sheet in column E for all Row in table..
Such that:-
In attached sheet for E2, I want this below line show be automatically updated for all table values:- ( C2 and D2 are Absolute reference)
INSERT INTO VMRCKAM2.VMRRLITERAL_MSTR1 VALUES('D2','A2','B2','C2');
or in other way to understand
INSERT INTO VMRCKAM2.VMRRLITERAL_MSTR1 VALUES('COL4-ROW2','COL1','COL2','COL3-ROW2');
This need to be updated automatically through macro for all E rows upto where data in Table available.
request you to pl help me in that