VBA question

  • Thread starter Thread starter PeCoNe
  • Start date Start date
P

PeCoNe

Cell A52 contains the text:

AEX*: 352,54 +1,65 +0,47% O: 351,84 H: 352,66 L: 351,84 C: 350,89

How can i substitute "," by "." in VBA

SUBSTITUTE(A52,",",".") does not work
 
Hi,

Am Mon, 21 Jan 2013 14:40:42 +0100 schrieb PeCoNe:
Cell A52 contains the text:

AEX*: 352,54 +1,65 +0,47% O: 351,84 H: 352,66 L: 351,84 C: 350,89

How can i substitute "," by "." in VBA

SUBSTITUTE(A52,",",".") does not work

try Replace


Regards
Claus Busch
 

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

Similar Threads

Split text field in VBA 16
Excel VBA 1
SUMIF? Or other? 2
Find Address of merged range VBA 2
Move and reset valuse using a command Button 1
Precedent Cell 1
Problem with a MIN function 6
Highlight the exact value 2

Back
Top