Thread: help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jutes.g jutes.g is offline
external usenet poster
 
Posts: 1
Default help

I'm new to VBA and I can't seem to get this to work:
Set testrange = ActiveWorkbook.Worksheets("Mysheet").Range(Cells(3 , 8),
Cells(300, 8))

it returns a 1004 error..