Hi
I need to prevent numbers stored at text. At present I use
oWS.UsedRange.Values = oWS.UsedRange.Values
This was working fine but now runs out of memory as dealing with a huge range
Can this be changed so that it does the .Values = .Values for each column in the Usedrange...scrolling until the operation has completed for all columns. (For each Column in UsedRange - or use a counter with UsedRange.Columns.Count ?)
This should then fix the memory problem
(or maybe rng as Range - for each rng ?)
Any help appreciated
Kind regards
I need to prevent numbers stored at text. At present I use
oWS.UsedRange.Values = oWS.UsedRange.Values
This was working fine but now runs out of memory as dealing with a huge range
Can this be changed so that it does the .Values = .Values for each column in the Usedrange...scrolling until the operation has completed for all columns. (For each Column in UsedRange - or use a counter with UsedRange.Columns.Count ?)
This should then fix the memory problem
(or maybe rng as Range - for each rng ?)
Any help appreciated
Kind regards