excel - Pasting merged cells using VBA -
i'm trying copy row of data excel sheet , transfer sheet, range of row data has 2 column merged cell in , i'm having trouble pasting without errors.
any tips helpful,
for copy merged cells, need mention range.
example : a9 , b9 merged, need use range("a9:b9").copy copy merged cell
Comments
Post a Comment