MrExcel Message Board


Go Back   MrExcel Message Board > Question Forums > Excel Questions

Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old Mar 30th, 2004, 04:10 PM   #1
backup69
 
Join Date: Jan 2004
Posts: 260
Default space between rows in header

Hi

Maibe anyone can help.
if i use this
Code:
Set baas = Worksheets("Andmebaas")
mytext = baas.Range("J1").Value & _
vbCrLf & baas.Range("J2").Value & _
vbCrLf & baas.Range("J3").Value & _
vbCrLf & baas.Range("J4").Value & _
vbCrLf & baas.Range("J5").Value & _
vbCrLf & baas.Range("J6").Value & _
vbCrLf & baas.Range("J7").Value
With ActiveSheet.PageSetup
.RightHeader = mytext
End With
my header rows with to big space between rows but should be minimum.
backup69 is offline   Reply With Quote
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT +1. The time now is 06:44 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
All contents Copyright 1998-2009 by MrExcel Consulting.