george hart
Board Regular
- Joined
- Dec 4, 2008
- Messages
- 241
Hi
The code below works fine, yet I want to change my range to C:\Documents and Settings\HartG\My Documents\Projects\Sickness\LookUp.xls.
Dim myRange As Range
Set myRange = Workbooks("LookUp.xls").Worksheets("Lookup Table").Range("B:K")
Any ideas most wwelcome...
Many thanks in advance.
The code below works fine, yet I want to change my range to C:\Documents and Settings\HartG\My Documents\Projects\Sickness\LookUp.xls.
Dim myRange As Range
Set myRange = Workbooks("LookUp.xls").Worksheets("Lookup Table").Range("B:K")
Any ideas most wwelcome...
Many thanks in advance.