Thread: data to file
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
luc luc is offline
external usenet poster
 
Posts: 15
Default data to file

works just fine, thx Tom... :)

"Tom Ogilvy" schreef in bericht
...
Use print # instead of write #.

See VBA help for details.

--
Regards,
Tom Ogilvy


"luc" wrote in message
...
This code writes data to a file:
Write #1, "UR :" & output_str1

but I get the quotes to. How to write without quotes.