View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jamie Collins Jamie Collins is offline
external usenet poster
 
Posts: 593
Default Query results to message box

"Tom Ogilvy" wrote ...

It sounds like a bad idea. Why not write it to a worksheet or use a useform
and put it in a listbox.


Agreed. But if the results set is small and the OP is using an ADO
recordset, the GetString method would do the job nicely.

Jamie.

--