Esmatullaharifi
Registered User.
- Local time
- Tomorrow, 02:55
- Joined
- Jul 11, 2014
- Messages
- 27
Hi!
I have used
vba code but it is applying to all rows whenever one of rows located in repeated area of report make condition true. How to solve this issue.
I have used
Code:
If Len(Result.Value) > 7 then
Result.TopMargin = 0
End If