T
Todd Htutenstine
For Each rng In Range("D1:BO1").Cells
Above is my code. It refers to a range, but this range is
on another workbook which will be open. This code is
stored in a userform module on a seperate workbook so I
need to tell it where to look for the range on the
destination workbook.
The destination is...
Workbook: 2004 Renewals New.xls
Worksheet: Renewals WOW 2004
How would I put this is as the range?
Thank you
Todd Huttenstine
Above is my code. It refers to a range, but this range is
on another workbook which will be open. This code is
stored in a userform module on a seperate workbook so I
need to tell it where to look for the range on the
destination workbook.
The destination is...
Workbook: 2004 Renewals New.xls
Worksheet: Renewals WOW 2004
How would I put this is as the range?
Thank you
Todd Huttenstine