aakhan2011
New Member
- Joined
- Jan 12, 2014
- Messages
- 21
Data (i.e. 34864) in cell A110 of "Mod" sheet needs to be copied to Cell B9 of "Email Data" sheet.
Logic for copying is -
The VBA code will search for "COUNT(DISTINCTM.TRANS_ID)" keyword in "Mod" sheet and when found will move to next two row down and copy data(integer value 34864 / or any other value which is present) and paste in Cell B9 of "Email Data" sheet.
Sheet attached for your reference.
Worksheet.xlsm
Any help will be highly appreciated.
Button in "Email Data" sheet will do this function
Logic for copying is -
The VBA code will search for "COUNT(DISTINCTM.TRANS_ID)" keyword in "Mod" sheet and when found will move to next two row down and copy data(integer value 34864 / or any other value which is present) and paste in Cell B9 of "Email Data" sheet.
Sheet attached for your reference.
Worksheet.xlsm
Any help will be highly appreciated.
Button in "Email Data" sheet will do this function