Syntax of Commands Created by Macro Recording

G

Gennie

Hi Experts,

I need your help. I have recorded a macro to format cells with borders.
Please see below the corresponding commands created by macro recording:

Selection+Borders&xlDiagonalDown'+LineStyle <= xlNone
Selection+Borders&xlDiagonalUp'+LineStyle <= xlNone
Wend Selection+Borders&xlEdgeLeft'
+LineStyle <= xlContinuous
+Weight <= xlThin
+ColorIndex <= xlAutomatic
ElseIf Wend

You will notice that those that should have periods (.) have plus signs
instead and those that should just have space have "less than" (<) character.


Please help what is causing this problem. Thank you.

Gennie
 
D

Dave Peterson

This is a guess.

Check your windows regional settings in the control panel.

Make sure that the decimal symbol, list separator and anything else you notice
is what it should be.

If you have trouble finding these options, share the version of windows that
you're using.
 
G

Gennie

Hi Dave,

Thank you for your reply.

Windows Vista Business
Service Pack 1

Btw, I have followed what was indicated in the other forum that I have found
in the internet and it has solved the problem. I have posted the link on my
earlier email.

I am your big fan. Thanks again.
Gennie
 
D

Dave Peterson

I saw the solution that you posted a couple of days ago.

Thanks for posting that. (I've too chicken to use xl2010!)
 
D

Dave Peterson

I'm (not I've) too chicken...

(stupid fingers!)

Dave said:
I saw the solution that you posted a couple of days ago.

Thanks for posting that. (I've too chicken to use xl2010!)
 

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

Top