View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shani Shani is offline
external usenet poster
 
Posts: 33
Default Need help with If/Then Syntax

I want more than one actions to be carried out for and if statement.

So for example

If Cells(i,,j) "*Like*" Cells(i,k) Then t=g and m=3 and var=6


The above statement dosnt work. can you please help me witht he syntax