Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm sure there is an easy solution, but I'm still new to Ilogic.
I have 1 column pattern. The quantity of rows is determined by height / spacing. If the number is odd I need to subtract 1 row. I'm not sure how to tell it to read odd numbers.
Qty = round(Height/Spacing)
If Qty = Odd Then
Qty - 1
End If
Solved! Go to Solution.