![]() |
Don´t show Updatelinks prompt and don´t update
I use the code "Activesheet.copy" and newbook=activeworkbook follwed by
activeworkbook.sendMail. The mail recipient always get the updatelinks for every new book when it opens. Is it possible to give the newbook code information (maybe in an auto_open code) during the sendMail-code session, which don´t show the updatelinks prompt and don´t update it at the mail recipient? |
Don´t show Updatelinks prompt and don´t update
Only in the lastest version of Excel (xl2003 has options under Edit=Links).
for other versions, no. -- Regards, Tom Ogilvy "Kent" wrote in message ... I use the code "Activesheet.copy" and newbook=activeworkbook follwed by activeworkbook.sendMail. The mail recipient always get the updatelinks for every new book when it opens. Is it possible to give the newbook code information (maybe in an auto_open code) during the sendMail-code session, which don´t show the updatelinks prompt and don´t update it at the mail recipient? |
Don´t show Updatelinks prompt anddon´t update
If you don't want them updated, could you paste special|values before you send
it? Kent wrote: I use the code "Activesheet.copy" and newbook=activeworkbook follwed by activeworkbook.sendMail. The mail recipient always get the updatelinks for every new book when it opens. Is it possible to give the newbook code information (maybe in an auto_open code) during the sendMail-code session, which don´t show the updatelinks prompt and don´t update it at the mail recipient? -- Dave Peterson |
Don´t show Updatelinks prompt and don´t update
Activesheet.copy
' now a copy of the activesheet is the active ' sheet in a new workbook Activesheet.cells.copy Activesheet.cells.pasteSpecial xlValues Activeworkook.SendMail . . . ActiveWorkbook.Close Savechanges:=False -- Regards, Tom Ogilvy "Kent" wrote in message ... Thanks. Now I use Activesheet.copy. How can I write code to do the paste special l values ? "Dave Peterson" skrev: If you don't want them updated, could you paste special|values before you send it? Kent wrote: I use the code "Activesheet.copy" and newbook=activeworkbook follwed by activeworkbook.sendMail. The mail recipient always get the updatelinks for every new book when it opens. Is it possible to give the newbook code information (maybe in an auto_open code) during the sendMail-code session, which don´t show the updatelinks prompt and don´t update it at the mail recipient? -- Dave Peterson |
All times are GMT +1. The time now is 07:08 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com