Mar 13, 2003 #1 dixxy Technical User Joined Mar 4, 2003 Messages 220 Location CA Hello, Is there a way to rotate text on a report. I would like to have text rotated 90 degree. Is there a way to do this? Thanks, Sylvain
Hello, Is there a way to rotate text on a report. I would like to have text rotated 90 degree. Is there a way to do this? Thanks, Sylvain
Mar 13, 2003 Thread starter #2 dixxy Technical User Joined Mar 4, 2003 Messages 220 Location CA Found it!!!! FYI you can have a look at this gentlement's web site. Itis simply PACKED! with all sorts of neet stuff!!! http://www.lebans.com/ Thanks Stephen Lebans Upvote 0 Downvote
Found it!!!! FYI you can have a look at this gentlement's web site. Itis simply PACKED! with all sorts of neet stuff!!! http://www.lebans.com/ Thanks Stephen Lebans
May 29, 2003 #3 nomus1 Technical User Joined May 15, 2001 Messages 108 Location US Help, Will this work for existing fields in an existing report I tried Dim rotatelabel As Object Set rotatelabel = Me.lbl1 rotatelabel.OleData = Me.lbl1.OleData rotatelabel.escapement = 90 Any suggestions? Upvote 0 Downvote
Help, Will this work for existing fields in an existing report I tried Dim rotatelabel As Object Set rotatelabel = Me.lbl1 rotatelabel.OleData = Me.lbl1.OleData rotatelabel.escapement = 90 Any suggestions?