#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Remove of '

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 747
Default Remove of '

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Remove of '

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Remove of '

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Remove of '

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Remove of '

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Remove of '

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
remove convert/extract the number from'12345.56; ie remove ' sign WAN Excel Worksheet Functions 2 January 10th 08 12:38 PM
How do I remove hyperlink if 'remove' option is disabled Vipul New Users to Excel 1 January 8th 08 02:34 PM
I need to remove the row tip [email protected] Excel Discussion (Misc queries) 3 March 28th 07 12:15 PM
remove #DIV/0! Dopase via OfficeKB.com Excel Worksheet Functions 4 June 15th 06 04:35 PM
REMOVE #N/A Peter Excel Worksheet Functions 1 March 10th 05 03:06 AM


All times are GMT +1. The time now is 02:17 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"