Hi Freinds,
I am planning to code a macro which will have below functionality. Say we have Two Columns . Column A is Inventory Column where i have list of my inventory item. Like below
Inventory--- Column A Column B
Gxs181765--- Row1 Gxs181765
Gbb213455---Row2
Ust234897--- Row3
Pbf7658901--- ROw4
My objective is when i click Row 1 of Inventory the Column B is filled with Row1 Value , When Click Row 2 then Row Column B is filled with Row2 Value and so on . This i require so that further automated operations can be performed based on ColumnB values. As i have lot of values under the Inventory Column so everytime copy&paste the desired value is too annoying and so looking for some event driven where i click on a cell and it's value gets populated in Column B. I highly appreciate any help on this by you guys.
I am planning to code a macro which will have below functionality. Say we have Two Columns . Column A is Inventory Column where i have list of my inventory item. Like below
Inventory--- Column A Column B
Gxs181765--- Row1 Gxs181765
Gbb213455---Row2
Ust234897--- Row3
Pbf7658901--- ROw4
My objective is when i click Row 1 of Inventory the Column B is filled with Row1 Value , When Click Row 2 then Row Column B is filled with Row2 Value and so on . This i require so that further automated operations can be performed based on ColumnB values. As i have lot of values under the Inventory Column so everytime copy&paste the desired value is too annoying and so looking for some event driven where i click on a cell and it's value gets populated in Column B. I highly appreciate any help on this by you guys.