![]() |
|
![]() |
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
![]()
Without having tested, change the these lines:
Code:
Sub testing() Dim ws As Worksheet, fndRng As Range For Each ws In ThisWorkbook.Sheets Code:
Sub testing(wkbook) Dim ws As Worksheet, fndRng As Range For Each ws In wkbook.Sheets Code:
testing Workbooks("PPE102815.xlsm") Code:
Set wkb = Workbooks.Open("G:\1. Payroll Files\2016\PPE102815.xls") testing wkb |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sharing a Workbook that contains array formula link to other workbook | Ahmad.rage22@gmail.com | Excel | 0 | 03-12-2018 10:15 PM |
data entered in one workbook should be updated in other relevant workbook based on the date | vedha | Excel | 0 | 04-24-2015 08:45 PM |
How to add attached excel workbook with hyperlink in the same workbook | lynchbro | Excel Programming | 0 | 02-24-2015 01:29 PM |
Range(Cell1,Cell2) Error on another workbook controlling some other workbook? | tinfanide | Excel Programming | 1 | 02-09-2012 04:08 PM |
![]() |
virsojour | Excel Programming | 5 | 02-01-2011 08:58 PM |