Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How to remove the symbol sign like ' when the data is exporting from
accounting software to excel? I did tried from replaced method but it doesn't work as the format of the file. Your assistance is really help. Thank you. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try this macro
Select the range and run the macro Sub quote() For Each r In Selection With r ..Value = .Value End With Next End Sub On Oct 21, 10:14*am, Unknown User wrote: How to remove the symbol sign like ' when the data is exporting from accounting software to excel? *I did tried from replaced method but it doesn't work as the format of the file. Your assistance is really help. *Thank you. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry I don't understand and I am not familiar in macro. Anyone could help
for this? Thank you. "muddan madhu" wrote: try this macro Select the range and run the macro Sub quote() For Each r In Selection With r ..Value = .Value End With Next End Sub On Oct 21, 10:14 am, Unknown User wrote: How to remove the symbol sign like ' when the data is exporting from accounting software to excel? I did tried from replaced method but it doesn't work as the format of the file. Your assistance is really help. Thank you. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Where do you see that sign?
Can you give an example? If it is in Excel cell then you can replace it... -- Always provide your feedback so that others know whether the solution worked or problem still persists ... "Unknown User" wrote: How to remove the symbol sign like ' when the data is exporting from accounting software to excel? I did tried from replaced method but it doesn't work as the format of the file. Your assistance is really help. Thank you. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The sign is show in excel cell just before the context. The replace method
is doesn't work as the sign could be see on fx (formula bar) but not be see on the cell. "Sheeloo" wrote: Where do you see that sign? Can you give an example? If it is in Excel cell then you can replace it... -- Always provide your feedback so that others know whether the solution worked or problem still persists ... "Unknown User" wrote: How to remove the symbol sign like ' when the data is exporting from accounting software to excel? I did tried from replaced method but it doesn't work as the format of the file. Your assistance is really help. Thank you. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ok.
The ' before the value in the cell makes the value in the cell as TEXT so even if it contains 123 Excel will treat it as a string "123". To get rid of ' select the Col Choose Data|Text to columns Press Next twice Click on General and click Finish -- Always provide your feedback so that others know whether the solution worked or problem still persists ... "Unknown User" wrote: The sign is show in excel cell just before the context. The replace method is doesn't work as the sign could be see on fx (formula bar) but not be see on the cell. "Sheeloo" wrote: Where do you see that sign? Can you give an example? If it is in Excel cell then you can replace it... -- Always provide your feedback so that others know whether the solution worked or problem still persists ... "Unknown User" wrote: How to remove the symbol sign like ' when the data is exporting from accounting software to excel? I did tried from replaced method but it doesn't work as the format of the file. Your assistance is really help. Thank you. |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you it work.
"Sheeloo" wrote: Ok. The ' before the value in the cell makes the value in the cell as TEXT so even if it contains 123 Excel will treat it as a string "123". To get rid of ' select the Col Choose Data|Text to columns Press Next twice Click on General and click Finish -- Always provide your feedback so that others know whether the solution worked or problem still persists ... "Unknown User" wrote: The sign is show in excel cell just before the context. The replace method is doesn't work as the sign could be see on fx (formula bar) but not be see on the cell. "Sheeloo" wrote: Where do you see that sign? Can you give an example? If it is in Excel cell then you can replace it... -- Always provide your feedback so that others know whether the solution worked or problem still persists ... "Unknown User" wrote: How to remove the symbol sign like ' when the data is exporting from accounting software to excel? I did tried from replaced method but it doesn't work as the format of the file. Your assistance is really help. Thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove convert/extract the number from'12345.56; ie remove ' sign | Excel Worksheet Functions | |||
How do I remove hyperlink if 'remove' option is disabled | New Users to Excel | |||
I need to remove the row tip | Excel Discussion (Misc queries) | |||
remove #DIV/0! | Excel Worksheet Functions | |||
REMOVE #N/A | Excel Worksheet Functions |