J
Joe Cilinceon
I have with a button that activates our scanner. The code is basically like
Dim stAppName As String
stAppName = "C:\Program Files\ScanSoft\PaperPort\PaprPort.exe"
' stAppName = "C:\Program Files\Canon\CanoScan Toolbox
Ver4.1\CSTBox.exe"
Call Shell(stAppName, 1)
What would be the best way to set this up for multiple or different
scanners? As you can see we have to different scanners on 2 machines and at
the moment I rem out the line to the wrong scanner.
Dim stAppName As String
stAppName = "C:\Program Files\ScanSoft\PaperPort\PaprPort.exe"
' stAppName = "C:\Program Files\Canon\CanoScan Toolbox
Ver4.1\CSTBox.exe"
Call Shell(stAppName, 1)
What would be the best way to set this up for multiple or different
scanners? As you can see we have to different scanners on 2 machines and at
the moment I rem out the line to the wrong scanner.