Forum Discussion
Kelvin_George
Mar 08, 2023Copper Contributor
excel add-in
hi all ...
Iam a newbie to excel addins ...
if we load the address of a selected range, if it's not merged then we get the address like "A1:B5" while if it's a merged range then it will be "A1 ", is there any other way to get the address of a merged range like "A1:B5" ...
expecting your valuable suggestions
3 Replies
- NikolinoDEPlatinum Contributor
In the attached file you will find a simple example of merging different cell contents.
- Kelvin_GeorgeCopper Contributor
thanks for your reply , unfortunately .. i meant we can load the address to JavaScript functions using office addin , I have attached the sample code
- NikolinoDEPlatinum Contributorsry only now I see that it is about addin.
Unfortunately I can't help there, my knowledge of java is limited to put it mildly.