View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mark mark is offline
external usenet poster
 
Posts: 196
Default Excel filename command line parameter to VB

Sub Main()
Dim sParam As String
sParam = Command()



Thanks, Bob. That's what I needed to know!