Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I Just want to know how to merge via code two cells:
This doesn't work: oSheet.Range['A34:A35'].merge:=true; |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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; |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically merge mulitiple cells to one cells | Excel Worksheet Functions | |||
how do I merge cells into one then delete the original cells? | Excel Worksheet Functions | |||
merge two cells | Excel Discussion (Misc queries) | |||
How do I merge cells in Excel, like just 2 cells to make one big . | Excel Discussion (Misc queries) | |||
Merge Cells | Excel Discussion (Misc queries) |