View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
[email protected] deilegium@hotmail.com is offline
external usenet poster
 
Posts: 4
Default CopyFromRecordset text to numeric

xlWs.Columns(A:A).Value = xlWs.Columns(A:A).Value
That is working, unfortunatly at that situation i cant use cast,
convert function....but thanx for help
--D.