M
MaTe
hi,
I have tried to automate excel (2007) in vb.net and i have problem
with function NumberFormat.
I want set the thousand separator for range:
Range("C1:C6").NumberFormat = "0,0.00"
and it pops up an error msg like: can't set property NumberFormat for
Range
Does anyone know the solution??
thanks in advance.
MaTe
I have tried to automate excel (2007) in vb.net and i have problem
with function NumberFormat.
I want set the thousand separator for range:
Range("C1:C6").NumberFormat = "0,0.00"
and it pops up an error msg like: can't set property NumberFormat for
Range
Does anyone know the solution??
thanks in advance.
MaTe