Hi,
Below is an extract of a script which errors out on the last line in XL 2k. Not sure why. Any idea?
[vba]
Lr = 30
Range("A2:A" & Lr, "C2:C" & Lr, "L2:L" & Lr).NumberFormat = "#,##0,"
[/vba]
Thanks in advance & regards
kp
Hi,
Below is an extract of a script which errors out on the last line in XL 2k. Not sure why. Any idea?
[vba]
Lr = 30
Range("A2:A" & Lr, "C2:C" & Lr, "L2:L" & Lr).NumberFormat = "#,##0,"
[/vba]
Thanks in advance & regards
kp