Thread: SaveCopyAs
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default SaveCopyAs

SaveCopyAs will save it as an exact copy.

So you could do your .savecopyAs, then open it, save it the way you want and the
close it.



Mark wrote:

Can someone help please, I am wanting to use the following but with some
extra code which saves it as EXCEL3 format so that it is compatible with MAC.

ThisWorkbook.SaveCopyAs "C:\Documents and Settings\" & GetUserName &
"\Desktop\" & "WYP_" & Range("D5").Value & ".xls"

Thanks in advance

Mark


--

Dave Peterson