Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Replace dot with commas


Dear Friends,

does any of you has any piece of VB code that replaces dots with comma
in a txt file?

Thank you,
G

--
banava
-----------------------------------------------------------------------
banavas's Profile: http://www.excelforum.com/member.php...fo&userid=1025
View this thread: http://www.excelforum.com/showthread.php?threadid=26880

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Replace dot with commas

Hi
why not use a text editor and do it outside excel?

"banavas" wrote:


Dear Friends,

does any of you has any piece of VB code that replaces dots with commas
in a txt file?

Thank you,
G.


--
banavas
------------------------------------------------------------------------
banavas's Profile: http://www.excelforum.com/member.php...o&userid=10259
View this thread: http://www.excelforum.com/showthread...hreadid=268806


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Replace dot with commas


Banavas,

Hi.

A simple macro will do it.

'change selection to suit

Columns("C:C").Select
Selection.Replace What:=".", Replacement:=",", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False
_
ReplaceFormat:=False



cheers
Koal

--
koal
-----------------------------------------------------------------------
koala's Profile: http://www.excelforum.com/member.php...fo&userid=1295
View this thread: http://www.excelforum.com/showthread.php?threadid=26880

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
So many commas Alan[_5_] Excel Worksheet Functions 2 May 24th 07 07:44 PM
Excel - Find and Replace from rows to separation by commas msdker Excel Discussion (Misc queries) 4 April 17th 06 03:21 PM
find and replace - replace data in rows to separated by commas msdker Excel Worksheet Functions 1 April 15th 06 01:00 AM
Removing commas Ernie Sersen Excel Worksheet Functions 1 December 13th 04 05:15 PM
Replacing Tab with commas Dan T[_3_] Excel Programming 1 July 17th 04 10:09 PM


All times are GMT +1. The time now is 09:40 AM.

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

About Us

"It's about Microsoft Excel"