Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default LeftHeaderPicture

Hello,

Is it possible to use centerheaderpicture to link to a graphic already
in the workbook?

for example:

right now I have: ActiveSheet.PageSetup.LeftHeaderPicture.Filename =
"C:\Sample.jpg"

What I would like to have is something like:

ActiveSheet.PageSetup.LeftHeaderPicture = ActiveSheet.Shapes("Object
1")
where Object 1 is a picture in my workbook.

My goal is the end user of the spreadsheet can change a setting on
sheet 1 that will change graphic on the header on the sheet 2. I
don't want to use the .Filename approach because not all users of the
same access to the network drives, so there is no common path I can
use for the graphics to reside. I have a Worksheet_Activate macro for
sheet 2 where I was hoping to put the header link to the object.

Thanks in advance for any advice or suggestions.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using PageSetup to copy LeftHeaderPicture in another sheet Tas Excel Programming 0 July 11th 06 08:44 AM


All times are GMT +1. The time now is 05:01 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"