Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can i merge row together? I tri

Status
Not open for further replies.

tansc81

Technical User
Mar 2, 2003
15
GB
how can i merge row together? I tried to use the .MergeCells = flexMergeRestrictRows in design mode, but i still cant make it work...Why is this so?

i've also added these in the code

grdFD.MergeCol(1) = True
grd2ndLevel.MergeRow(1) = True
grd1stLevel.MergeRow(2) = True
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top