View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
tkaplan[_3_] tkaplan[_3_] is offline
external usenet poster
 
Posts: 1
Default get file name for FileSaveAs


try :

wbDest.SaveAs Filename:=rcell.Value, FileFormat:=xlText,
CreateBackup:=False

I'm not sure but this may solve your problem.

rcell is set to a range, you want the file name to be the value in that
range.


--
tkaplan
------------------------------------------------------------------------
tkaplan's Profile: http://www.excelforum.com/member.php...o&userid=22987
View this thread: http://www.excelforum.com/showthread...hreadid=387193