Thread: Long Code
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Long Code

Alam,

To split a single line across 2 lines use space underscore

For t = _
1 To 100
Next

Mike

"Alam" wrote:

I'm trying to write the long code, but the line not enough, so I want
complete in second line what I will do please help.
Regards