vba workbook wechseln

excel VBA changing active workbook Stack Overflow. Alternatively at code start Dim Wb As Workbook Set Wb = ActiveWorkbook sample code that activates all open books before returning to ThisWorkbook Sub Test () Dim Wb As Workbook Dim Wb2 As Workbook Set Wb = ThisWorkbook For Each Wb2 In Application.Workbooks Wb2.Activate Next Wb.Activate End Sub Share Improve this answer edited Mar 28, 2015 at 19:15

excel VBA changing active workbook Stack Overflow
excel VBA changing active workbook Stack Overflow from www.denisreis.com

aus Workbook1 starte ich workbook2. Nach dem Öffnen soll dann die UF aus Workbook1 im Vordergrund sein und nicht Workbook2. 'manuelle Berichtigung ändern.

0 komentar