View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Anddmx[_5_] Anddmx[_5_] is offline
external usenet poster
 
Posts: 1
Default Macro Run-time Error 1004 Application Defined or Object Defined Error

When I try to compile the code all it does is stops at the same spot. S
I dunno if that mean there is something else wrong in the upper part o
the code. All I need it to do is to look for Key words on the firs
sheet "boxes" the take the count and put them on to there own sheets
there are 6 sheets and there are COMetrics FOMetrics WCDMetrics.

GoTo continuation



continuation:

counter = counter + 2
Stops---- ActiveCell.Offset(1, -counter).Select

While (ActiveCell.Value < "")

GoTo continuehere

Wend

GoTo jumpout

Would there be a better way of doing this

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