![]() |
Merge Cells
I Just want to know how to merge via code two cells:
This doesn't work: oSheet.Range['A34:A35'].merge:=true; |
Merge Cells
Use Curly Brackets, double quotes and remove the true
oSheet.Range("A34:A35").Merge "CarlainCerebroMode" wrote: I Just want to know how to merge via code two cells: This doesn't work: oSheet.Range['A34:A35'].merge:=true; |
All times are GMT +1. The time now is 03:03 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com