View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default quick code question

Hi Dave
looks o.k. (besides some linewrapping). What does not work for you?

--
Regards
Frank Kabel
Frankfurt, Germany


dave!! wrote:
can anyone tell me what's wrong with this??

If Sheet16.Range("printcell") = 1 Then
Sheet16.Range("exp_loss_page_no") .Value= b + 1 Else
Sheet16.Range("exp_loss_page_no") .Value= 0
End If