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
Hello Jean
I am V. Arya, Independent Advisor, to work with you on this issue. On a small data set of 4 cells, I tested your code and it works fine. On which statement does it give error?
Hi JF_2010 / Jeovany / V.Arya
The problem might be in the title of the thread (Excel VBA Merge Cells for a Table) and would consequently have nothing to do with VBA. However, given the number of people who say they use Tables while they use Ranges, not sure...
If data from Access where imported into Excel via:
OR
In both cases they're in an Excel Table
@JF_2010
Could you put clarity into this please - I mean Table, or not Table?