I need to write a VBA code to copy a company logo in the headers/footers of one excel sheet to another sheet in another workbook. Any ideas?
|
|
Excel has a handy Record Macro function. You can initiate that, Copy the footer over, then stop the recording. Then, review the code, and it should pretty much show you how to do it. |
|||
|
|
One workaround is to copy the original worksheet to the new workbook:
When you do this, you get a worksheet in the destination workbook with all the features of the original, including footers and headers, you can then copy all the content you want into the new worksheet |
|||
|
|
|
If you are working in anything older than Excel 2007 then it doesn't sound like this is possible without using the original graphic file (e.g. JPG, GIF etc):
It may be possible in Excel 2007 - see here |
|||
|
|