![]() |
![]() |
|
|||||||
| 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 |
|
|
#1 |
|
Board Regular
Join Date: Apr 2002
Location: iceland
Posts: 138
|
Hi guys.
Can I put a little picture ( a logo) in the header. (File-Page setup-Header/footer). And can a put the value that is in cell A1 in my worksheet, in my header.? BK Stulli |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Georgia USA
Posts: 544
|
I don’t know about a picture but this will put what’s in cell A1 in the left hand header
Sub header() With ActiveSheet.PageSetup .LeftHeader = ActiveSheet.Range("A1") End With End Sub |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|