View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dave!! dave!! is offline
external usenet poster
 
Posts: 10
Default quick code question

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