ravikumar00008
New Member
Hi All,
How can i do like this.
I am opening second workbook from the first workbook at that time how can i save and close the first workbook.
So, that one workbook should open at a time.
This is how i tried but not succeeded.
[pre]
[/pre]
Thanks in advance
Regards
Kumar
How can i do like this.
I am opening second workbook from the first workbook at that time how can i save and close the first workbook.
So, that one workbook should open at a time.
This is how i tried but not succeeded.
[pre]
Code:
Application.Workbooks.Open ("E:Second_Data.xlsx")
Application.Workbooks("E:First_Data.xlsx").Save
Application.Workbooks("E:First_Data.xlsx").Close
Thanks in advance
Regards
Kumar