Can anyone help my syntax on this? I want the macro to run only on the cells that are currently being filtered (visible).

If activecell.visible = true then
activecell.value="I'm Awesome"
End if