View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] sbweld@shaw.ca is offline
external usenet poster
 
Posts: 8
Default displaying 'inches' (") in VB

Hello,

This is a snip from the code I am running on the sheet:

If IsEmpty(Target) Then Target = "15" E551 - $300"

I want it to return '15" E551 - $300'

The problem I am having is the ability to use the inches symbol ("). I
get an error when I use this code because visual basic thinks that the
" is the end of the value.

Anyone have any idea how to get around this?

Thanks

Sean