I was writing a loop which would check to see if the active cell has the formula "=SUM(range)". I thought I would simply say something like
if activecell.value = "=*"
or
if activecell.value = "=SUM(*)"
but apparently I'm either using the wildcard wrong, or i have the wrong syntax, any ideas, thanks!
if activecell.value = "=*"
or
if activecell.value = "=SUM(*)"
but apparently I'm either using the wildcard wrong, or i have the wrong syntax, any ideas, thanks!