Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 -- thank you so much for your help |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Format the cell/cells as text beforehand.
-- Anything is possible if you don''t know what you''re talking about. "clara" wrote: 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 -- thank you so much for your help |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Activecell.Value="+" will not put a ' in the cell. Check to see if you have
Tools/Options/Transition/Transition Navigation Keys checked. "clara" wrote in message ... 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 -- thank you so much for your help |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
After I format the cell, it still doesn't work! Clara -- thank you so much for your help "Wood Grafing" wrote: Format the cell/cells as text beforehand. -- Anything is possible if you don''t know what you''re talking about. "clara" wrote: 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 -- thank you so much for your help |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 "Bob Umlas" wrote: Activecell.Value="+" will not put a ' in the cell. Check to see if you have Tools/Options/Transition/Transition Navigation Keys checked. "clara" wrote in message ... 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 -- thank you so much for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
=SUBSTITUTE(C4,"~?#","") will this work to remove multiple string | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
How do I use an If= statement with an apostrophe (IF(s4="jack's",. | Excel Worksheet Functions | |||
Can a copy of a chart remain "live" | Charts and Charting in Excel | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |