How to build a specific header(rowspan, colspan) for excel

I want to create a specific excel header using Build Data Table.
Can i using COLSPAN AND ROWSPAN to build complicated header for new excel file.

Using Invoke code can solve it.

e.g.
xlWorkSheet1.Range(“A1:A8”).Merge()

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.