Thread: define a label
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
answer33 answer33 is offline
external usenet poster
 
Posts: 9
Default define a label

It may sound basics, put I need help to define a label...

I try the following codes and it alwas get an error of label not define.

Dim ws As Worksheet
Set ws = Worksheets("data2")
If WorksheetFunction.Count(ws.Cells) = 0 Then GoTo labelNameHere