View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
k. moran k. moran is offline
external usenet poster
 
Posts: 8
Default How do I run an external command from within VBA

Hi!

How do I run an external command from within VBA?
I want to execute a sql command from within Excel and take the SQL output an
import it into an Excel sheet for further processiing?

Thanks!