Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Merging of cells changes a format!!!!
Message
From
20/12/2001 10:56:40
 
 
To
All
General information
Forum:
Visual Basic
Category:
VBA
Title:
Merging of cells changes a format!!!!
Miscellaneous
Thread ID:
00596798
Message ID:
00596798
Views:
48
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
Reply
Map
View

Click here to load this message in the networking platform