Thread: Lookup Macro
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
chris: Put 'Set' in front of 'x' chris: Put 'Set' in front of 'x' is offline
external usenet poster
 
Posts: 1
Default Lookup Macro

Dim x As Rang
Set x = Worksheets("Sheet2").Columns(2).Find...