View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Junior728 Junior728 is offline
external usenet poster
 
Posts: 44
Default Close specific workbk

Hi,

How do i call to close a specific workbook instead of the current active
workbk, because most of the books they taught is to close current active
workbk.
i tried workbk.close(filename), but it does not work.

thanks,