Thread: Merge Cells
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RonaldoOneNil RonaldoOneNil is offline
external usenet poster
 
Posts: 117
Default 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;