Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Merging of cells changes a format!!!!
Message
De
20/12/2001 10:56:40
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
VBA
Titre:
Merging of cells changes a format!!!!
Divers
Thread ID:
00596798
Message ID:
00596798
Vues:
49
This code:
For counter = 9 To iRowCounter
.Cell(counter, 7).Merge mergeto:=.Cell(counter, 8)
Next

changes my
ActiveDocument.Tables(1).Rows.AllowBreakAcrossPages to False when I would like it to stay at True. When I comment out the above code, everything is fine (expect of course columns 7 & 8 are not merged and I cannot take the 8th column out). Also, if I try to manually change the settings after this code, I get the unable to change row settings b/c of vertically merged cells...etc....

Any suggestions????
I appreciate and help you can give me!

Sunshine
Répondre
Fil
Voir

Click here to load this message in the networking platform