Hi,
I think i have bite of more than I can chew.. looking for some help please?
Ideally i was trying to write VBA to check sheet "CFRA" in column G for the word "lighting" IF true move entire row that contains lighting to "lights"sheet.
With no luck I used a formula to deter if "lighting" is TRUE.
Now i need to move entire row if column F is TRUE
the formula i am using is
=IFERROR(IF(FIND("lighting",LOWER(G10:G29),1)>=1,TRUE),FALSE)
Could anything be added to this for it to move entire row to the other worksheet or can someone help write VBA to move the entire row based on true value?
Any help/advice would be greatly appreciated!
I think i have bite of more than I can chew.. looking for some help please?
Ideally i was trying to write VBA to check sheet "CFRA" in column G for the word "lighting" IF true move entire row that contains lighting to "lights"sheet.
With no luck I used a formula to deter if "lighting" is TRUE.
Now i need to move entire row if column F is TRUE
the formula i am using is
=IFERROR(IF(FIND("lighting",LOWER(G10:G29),1)>=1,TRUE),FALSE)
Could anything be added to this for it to move entire row to the other worksheet or can someone help write VBA to move the entire row based on true value?
Any help/advice would be greatly appreciated!