View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
donfon13[_2_] donfon13[_2_] is offline
external usenet poster
 
Posts: 1
Default Excel VBA - determining range

I appreciate the assistance however I received the following error:

Run-time error '1004'
Application-defined or object defined error

the VB script editor highlighted this row

Set rng = Worksheets("Project").Range("A2", Cells(2, cLastCol))

Thoughts

--
Message posted from http://www.ExcelForum.com