Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Don´t show Updatelinks prompt anddon´t update

xl2002, too.
(deuces wild!)


Tom Ogilvy wrote:

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?


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default 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

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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




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 don´t view the value right after six decimal place in Excel Claudio Excel Discussion (Misc queries) 19 April 13th 10 03:05 PM
hiding all cells that dont have any text Misho Excel Discussion (Misc queries) 5 September 27th 09 01:59 PM
Kinda like a database - I cant believe others dont need to do th Bob Excel Discussion (Misc queries) 3 December 12th 08 03:02 PM
Text to speech buttons don´t go active atmon Excel Discussion (Misc queries) 0 July 4th 06 05:42 PM
Don´t show zero values in Pivot Table Lina Excel Discussion (Misc queries) 1 October 12th 05 02:47 PM


All times are GMT +1. The time now is 06:28 AM.

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"