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

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -