Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Violet Nelson   on Sep 17 In MS Office Category.

  
Question Answered By: Vid Fischer   on Sep 17

You could use workbooks("name.xls").activate. with the name of the original
workbook instead of name.

If the name might change you could capture it before opening the other one
with

pwkbk=ActiveWorkbook.Name

then after the paste use

workbooks(pwkbk).activate

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Next Workbook or Previous Workbook Or get search suggestion and latest updates.


Tagged: