A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Try this - https://1drv.ms/u/s!AldvjX7HG_m7gVntcWUttbDCCl5...
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Table AccessDownload (A1:H172) Merge cells where dates are the same and if description is closing Balance
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi
Please add to the code
Dim MyRng, rng As Range
Set MyRng=ActiveSheet.Selection
For Each rng in MyRng
The rest of your code...
Do let me know if you need more help
Regards
Jeovany