Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Excel..Shell Function and Print


Message #1 by "Vibha Prajapati" <vprajapati@i...> on Wed, 22 Nov 2000 20:01:04 -0000
Change the code like:
sDirFiles = "C:\Program Files\Microsoft Office\Office\EXCEL.EXE"
sDirFiles= sDirFiles & " C:\vibha.tsv"
RetVal = Shell(sDirFiles, 1)  ' Run Microsoft Excel.

  Return to Index