View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JDavidson JDavidson is offline
external usenet poster
 
Posts: 1
Default Find and replace with a tick

I have a visual basic form to gather user data and then input it into an
excel database. Im using a few option boxes and when inputting the data into
the excel sheet it states the selected option box as TRUE, the others as
FALSE.

I want to FIND and REPLACE in excel to FIND all instances of TRUE and
replace with a wingdings tick symbol and the FALSE with a wingdings X symbol.

Anyone any ideas how I can do this?

Thanks a lot,
James