View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Dick Watson Dick Watson is offline
external usenet poster
 
Posts: 18
Default myCell = CStr(SomeDigits) ?

Nope. Excel is "smarter" than that...

Thanks for posting though.

"Sam Wilson" wrote:

Maybe

dim mystr as string
mystr = cstr(myStringOfDigits)
.value2 = mystr