April 2006
Beginner
1114 pages
98h 16m
English
workbook.Activate( )
Activates the workbook giving it focus in Excel and making it the ActiveWorkbook. For example, the following code opens a new workbook, then returns the focus to the current workbook:
Workbooks.Open (ThisWorkbook.Path & "\blank.xls") ThisWorkbook.Activate
Read now
Unlock full access