View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
tolgag[_50_] tolgag[_50_] is offline
external usenet poster
 
Posts: 1
Default excel VBA - Userform cmd problem

Hi,

Try to save the workbook before closing and then close it withou
saving :

SourceWb.Save
SourceWB.Close False

P.S. : if the file's (opened) readonly, you'll get the Save As windo
again

--
Message posted from http://www.ExcelForum.com