Hi,
I am having no progress trying to get the vertical spacing aligned correctly to the labels I have.
Have spent the last 4 to 5 hours trying all possibilities but am not able to get it.
When I do get it right for page 1, pages 2, 3, 4 etc... are off.
Any help appreciated.
FYI, my labels are: Avery 3 by 10 layout
Label Size is 2.5 inch long by 1 inch high
Distance from Label Top to Top of Page is 0.9 inch
Here is relevant code from the web reference above
:
' Set up row heights
If NextCol = 1 Then
WSL.Cells(NextRow, 1).Resize(4, 1).RowHeight = 16
WSL.Cells(NextRow + 4, 1).RowHeight = 13.25
End If
The above numbers get the ten rows of labels set out correctly, except that they all print onto my page with the first line outside the label area ie. I lose the first line. If I use the print margin settings to adjust page 1 ok, subsequent pages are all off. Please help.........
I am having no progress trying to get the vertical spacing aligned correctly to the labels I have.
Have spent the last 4 to 5 hours trying all possibilities but am not able to get it.
When I do get it right for page 1, pages 2, 3, 4 etc... are off.
Any help appreciated.
FYI, my labels are: Avery 3 by 10 layout
Label Size is 2.5 inch long by 1 inch high
Distance from Label Top to Top of Page is 0.9 inch
Here is relevant code from the web reference above
:
' Set up row heights
If NextCol = 1 Then
WSL.Cells(NextRow, 1).Resize(4, 1).RowHeight = 16
WSL.Cells(NextRow + 4, 1).RowHeight = 13.25
End If
The above numbers get the ten rows of labels set out correctly, except that they all print onto my page with the first line outside the label area ie. I lose the first line. If I use the print margin settings to adjust page 1 ok, subsequent pages are all off. Please help.........