remain "+" and remove apostrophe

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

In vba, I assign '+ to a range , but the ' also is also displayed. Could you
tell me how to remove ' and remain +

Clara
 
Activecell.Value="+" will not put a ' in the cell. Check to see if you have
Tools/Options/Transition/Transition Navigation Keys checked.
 
Hi Bob,

Thank you very much. Your method works well when the code is in a regular
module, but it doesn't work well in a sheet module, so I have to use
activecell.value = '+ to assign + to a cell, but the ' will appear also if I
don't click other cells.

Clara

thank you so much for your help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top