View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Is it possible to create a ole-link in a excelfooter?

Hi
AFAIK this is not possible. You could create a workbook event procedure
(using workbook_beforeprint) to read such a template and set the footer
accordingly.

--
Regards
Frank Kabel
Frankfurt, Germany

"The Elefant" <The schrieb im
Newsbeitrag ...
I have a lot of excel-templates that the custumer want to have a

footer in.
The footer contains companyinfo. In word I have linked to a

"footer.doc",
from every templates footer, to ease up maintanance. Is this possible

to
accomplice in a excel footer?