View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder[_4_] Rob van Gelder[_4_] is offline
external usenet poster
 
Posts: 1,236
Default If statement and Macros

You could use an IF statement and format the cell with a font like
Wingdings.

Not sure if there is a clip looking character though.

--
Rob van Gelder - http://www.vangelder.co.nz/excel


wrote in message
...
Hi there,

I would appreciate some help woth the following: I want
to run a macro that allows a "clip" to appear if a cell
in Excel gets a certain value. I thought of using an If
statement, but don't seem to get the if statement to
accept a macro. Any help?

Thanks

Andre