Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Closing a specific Excel file
#1
Solved: 10 Years, 8 Months, 4 Weeks ago
Is there a easy way to close a specific Excel file? I can close all of them, I just cant seem to close one file.

thx everyone ;-)
Reply
#2
Solved: 10 Years, 8 Months, 4 Weeks ago
Try this:

Code:
Set excel=CreateObject("Excel.Application")
excel.visible=true
set obj_excel=excel.workbook.open(<Enter the path for ur excel file>)
like this u can open many excel files but use the reference to close any particular file.
obj_excel.close()

Correct me if wrong.

Regards,
Sankalp
Reply
#3
Solved: 10 Years, 8 Months, 4 Weeks ago
Sankalp.

Thx, I guess In was just tired. Was up since 1:30am with a Prod issue. Thx, i am clear now.

Lor
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to export the output value of a webedit object to a new excel file. mounika6677 1 1,322 04-14-2019, 05:18 PM
Last Post: mounika6677
  Access not saved excel file randhirsinghskhn 0 924 09-04-2018, 07:26 AM
Last Post: randhirsinghskhn
Question How to open IE/Chrome/Firefox with a specific size? DarkestAmadeus 0 1,911 07-19-2018, 05:38 AM
Last Post: DarkestAmadeus
  dtLocalSheet empty even though excel file contains data cantorre 2 2,202 05-10-2017, 12:47 PM
Last Post: vidhi
  SAP GUI gets hanged while closing the Windows Pop Up kathirvelnagaraj 0 5,316 10-23-2015, 06:47 PM
Last Post: kathirvelnagaraj

Forum Jump:


Users browsing this thread: 1 Guest(s)