09-18-2010, 11:01 AM
Let's simplify.
Macro Macro1424
Macro Macro1424
;we have this file
str sfile="$desktop$\Abc.xls"
;need to rename to
str editFile ="Edit"
;and move to folder
str directory ="$desktop$\Excel\"
str destFile
destFile.from(directory editFile ".xls")
destFile.expandpath
out destFile
;es.ws.SaveAs(destFile) ;; I want Edit copy in $desktop$/Excel/Edit.xls" Folder
