excel - Saving a different workbook that is opened -


I have a workbook (workbook.exml) which I open. On opening, this workbook b. XMSM opens

  'Workbook A. To open XLSM Private Sub Workbook 'WBB WB' as a wordbook application. Wordbook application. Screenupdating = fault set wb = workbook Open (filename: = "C: \ WorkbookB.XML") After opening "B", a script is called, which also closes the timer.  

Script B replaces some data on A I want to add something after the script has been asked to automatically save the workbook AXML (without any prompt).

  'WorkbookB This workbook code of XMLMy personal sub workbook_US () call script 'workbook and search for something here to save everyone'  

Since you know the name of the workbook that you want saved ("Workbook A. XLSX"), you can refer directly to the method of saving it:

  workbooks ("workbook.exlsx").  

Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -