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

Hi,
I have two logos that I want to put on each sheet, one on the top and one on
teh bottom.
The person who originallly designed this workbook had the data on different
tab, each a page long and
placed the logos on top and bottom.
However we are forcing the data on one page using shrink to fit. This
causes the logo to be inconsistent, and the placement is not exact.

I could place the logo on the header and footer.
For taht I would have to browse to the file and attach it. If I distribute
the file, say email it to someone not on the network, would i have to send
the images as well?
Could I add the logos to the shapes collection, store it in a hidden sheet
and put it on the header/footer via code?
Is this a bad idea?

Thanks in advance
Regards
Habib



--
www.DynExtra.com
A resource for the Microsoft Dynamics Community
Featuring FAQs, File Exchange and more
Current member count: 40
--------------------------------------------
Share your knowledge. Add your favorite questions and answers
Help add questions to this site! We want Your input.
--------------------------------------------


  #2   Report Post  
Posted to microsoft.public.excel.programming
RS RS is offline
external usenet poster
 
Posts: 113
Default Logos in Excel

Dear Habib,

Once you paste the logo into your spreadsheet, it becomes a part of that
spreadsheet so you do not need to e-mail the logos separately. I myself have
a logo that I pasted into my spreadsheets and whenever I e-mail the
spreasheets, the logo stays with them.

"HSalim[MVP]" wrote:

Hi,
I have two logos that I want to put on each sheet, one on the top and one on
teh bottom.
The person who originallly designed this workbook had the data on different
tab, each a page long and
placed the logos on top and bottom.
However we are forcing the data on one page using shrink to fit. This
causes the logo to be inconsistent, and the placement is not exact.

I could place the logo on the header and footer.
For taht I would have to browse to the file and attach it. If I distribute
the file, say email it to someone not on the network, would i have to send
the images as well?
Could I add the logos to the shapes collection, store it in a hidden sheet
and put it on the header/footer via code?
Is this a bad idea?

Thanks in advance
Regards
Habib



--
www.DynExtra.com
A resource for the Microsoft Dynamics Community
Featuring FAQs, File Exchange and more
Current member count: 40
--------------------------------------------
Share your knowledge. Add your favorite questions and answers
Help add questions to this site! We want Your input.
--------------------------------------------



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default Logos in Excel

RS,
Thanks for the quick reply. That was vey helpful.

This is just a curiosity question - I have already added the logos to this
file.
Since I have multiple sheets, I had to add both logos searately to the
header and footer for each sheet.
I tried selecting all worksheets and adding the logos once but that did not
work. Is there a way to add logos or info to the page header for multiple
sheets in one go?

Also, the file size does not change significantly even as I added 16 logos.
I wonder if XL does re-use the logo internally.

Regards
Habib

--
www.DynExtra.com
A resource for the Microsoft Dynamics Community
Featuring FAQs, File Exchange and more
Current member count: 40
--------------------------------------------
Share your knowledge. Add your favorite questions and answers
Help add questions to this site! We want Your input.
--------------------------------------------
"RS" wrote in message
...
Dear Habib,

Once you paste the logo into your spreadsheet, it becomes a part of that
spreadsheet so you do not need to e-mail the logos separately. I myself
have
a logo that I pasted into my spreadsheets and whenever I e-mail the
spreasheets, the logo stays with them.

"HSalim[MVP]" wrote:

Hi,
I have two logos that I want to put on each sheet, one on the top and one
on
teh bottom.
The person who originallly designed this workbook had the data on
different
tab, each a page long and
placed the logos on top and bottom.
However we are forcing the data on one page using shrink to fit. This
causes the logo to be inconsistent, and the placement is not exact.

I could place the logo on the header and footer.
For taht I would have to browse to the file and attach it. If I
distribute
the file, say email it to someone not on the network, would i have to
send
the images as well?
Could I add the logos to the shapes collection, store it in a hidden
sheet
and put it on the header/footer via code?
Is this a bad idea?

Thanks in advance
Regards
Habib



--
www.DynExtra.com
A resource for the Microsoft Dynamics Community
Featuring FAQs, File Exchange and more
Current member count: 40
--------------------------------------------
Share your knowledge. Add your favorite questions and answers
Help add questions to this site! We want Your input.
--------------------------------------------





  #4   Report Post  
Posted to microsoft.public.excel.programming
RS RS is offline
external usenet poster
 
Posts: 113
Default Logos in Excel

Dear Habib,

Offhand...it doesn't look like there's a straightforward way to add the
logos to multiple sheets at once. However...that doesn't neccessarily mean
that there isn't someone out here that might know some programming code that
would do what your asking. You could try posting this question in the Excel
Programming area and see if anyone knows code to do that. Good luck.

"HSalim[MVP]" wrote:

RS,
Thanks for the quick reply. That was vey helpful.

This is just a curiosity question - I have already added the logos to this
file.
Since I have multiple sheets, I had to add both logos searately to the
header and footer for each sheet.
I tried selecting all worksheets and adding the logos once but that did not
work. Is there a way to add logos or info to the page header for multiple
sheets in one go?

Also, the file size does not change significantly even as I added 16 logos.
I wonder if XL does re-use the logo internally.

Regards
Habib

--
www.DynExtra.com
A resource for the Microsoft Dynamics Community
Featuring FAQs, File Exchange and more
Current member count: 40
--------------------------------------------
Share your knowledge. Add your favorite questions and answers
Help add questions to this site! We want Your input.
--------------------------------------------
"RS" wrote in message
...
Dear Habib,

Once you paste the logo into your spreadsheet, it becomes a part of that
spreadsheet so you do not need to e-mail the logos separately. I myself
have
a logo that I pasted into my spreadsheets and whenever I e-mail the
spreasheets, the logo stays with them.

"HSalim[MVP]" wrote:

Hi,
I have two logos that I want to put on each sheet, one on the top and one
on
teh bottom.
The person who originallly designed this workbook had the data on
different
tab, each a page long and
placed the logos on top and bottom.
However we are forcing the data on one page using shrink to fit. This
causes the logo to be inconsistent, and the placement is not exact.

I could place the logo on the header and footer.
For taht I would have to browse to the file and attach it. If I
distribute
the file, say email it to someone not on the network, would i have to
send
the images as well?
Could I add the logos to the shapes collection, store it in a hidden
sheet
and put it on the header/footer via code?
Is this a bad idea?

Thanks in advance
Regards
Habib



--
www.DynExtra.com
A resource for the Microsoft Dynamics Community
Featuring FAQs, File Exchange and more
Current member count: 40
--------------------------------------------
Share your knowledge. Add your favorite questions and answers
Help add questions to this site! We want Your input.
--------------------------------------------






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Logos in Excel

If your printer supports Watermarks, that would be easier. Then you do not
need code; just leave it to the printer to add the logo on each and every
page.

NickHK

"RS" wrote in message
...
Dear Habib,

Offhand...it doesn't look like there's a straightforward way to add the
logos to multiple sheets at once. However...that doesn't neccessarily

mean
that there isn't someone out here that might know some programming code

that
would do what your asking. You could try posting this question in the

Excel
Programming area and see if anyone knows code to do that. Good luck.

"HSalim[MVP]" wrote:

RS,
Thanks for the quick reply. That was vey helpful.

This is just a curiosity question - I have already added the logos to

this
file.
Since I have multiple sheets, I had to add both logos searately to the
header and footer for each sheet.
I tried selecting all worksheets and adding the logos once but that did

not
work. Is there a way to add logos or info to the page header for

multiple
sheets in one go?

Also, the file size does not change significantly even as I added 16

logos.
I wonder if XL does re-use the logo internally.

Regards
Habib

--
www.DynExtra.com
A resource for the Microsoft Dynamics Community
Featuring FAQs, File Exchange and more
Current member count: 40
--------------------------------------------
Share your knowledge. Add your favorite questions and answers
Help add questions to this site! We want Your input.
--------------------------------------------
"RS" wrote in message
...
Dear Habib,

Once you paste the logo into your spreadsheet, it becomes a part of

that
spreadsheet so you do not need to e-mail the logos separately. I

myself
have
a logo that I pasted into my spreadsheets and whenever I e-mail the
spreasheets, the logo stays with them.

"HSalim[MVP]" wrote:

Hi,
I have two logos that I want to put on each sheet, one on the top and

one
on
teh bottom.
The person who originallly designed this workbook had the data on
different
tab, each a page long and
placed the logos on top and bottom.
However we are forcing the data on one page using shrink to fit.

This
causes the logo to be inconsistent, and the placement is not exact.

I could place the logo on the header and footer.
For taht I would have to browse to the file and attach it. If I
distribute
the file, say email it to someone not on the network, would i have to
send
the images as well?
Could I add the logos to the shapes collection, store it in a hidden
sheet
and put it on the header/footer via code?
Is this a bad idea?

Thanks in advance
Regards
Habib



--
www.DynExtra.com
A resource for the Microsoft Dynamics Community
Featuring FAQs, File Exchange and more
Current member count: 40
--------------------------------------------
Share your knowledge. Add your favorite questions and answers
Help add questions to this site! We want Your input.
--------------------------------------------








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
I need certificate logos mindathavan Excel Discussion (Misc queries) 1 June 9th 09 03:50 PM
logos and such antonov Excel Programming 2 July 21st 05 11:41 AM
Add images or logos to the Header in Ms- Excel Sheets Rohit Gupta Excel Worksheet Functions 2 May 13th 05 07:43 PM
Logos & Embedded Objects js Excel Discussion (Misc queries) 3 April 5th 05 03:54 PM
userform Logos DB100[_18_] Excel Programming 2 October 28th 04 04:47 PM


All times are GMT +1. The time now is 10:08 PM.

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

About Us

"It's about Microsoft Excel"