hi all,
I would like to get some help from the pros. I am currently trying to write a form in MS Excel format with
VB. Inside the form, i have cells that contain text and variables. When execute, it will display the form in MS excel format. My problem is i don't know how to merge some particular cells together. I have tried something like this..
<Range(cells(1,2), cells(1,3))Merge> or < MergeCells = true>
But not thing is working. I am a beginner in
VB, i hope i have explained this well enough.
Thanks