Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello to all Excel fundiesRecently (8th February) I asked the question shown
below. However, I received no responses. (It is possible that I missed the response(s))Is it possibly because the question was rather vague or is the jury still 'out to lunch' on this one?"Hi all I wrote an Excel VBA program to run (Shells to) a DOS program (not mine) which deals bridge hands called "Big Deal" It takes certain parameters such as the number of hands required, the name of the output file and the type (e.g. CSV) This all worked perfectly under Excel 2000 (Windows 98) I have now converted/upgraded to Windows XP Home and Excel 2003 and have now found that the parameters (NoOfHands and Hands, etc) are ignored and have to be (re)typed at run time Why is this? Has there been a change in the Shell command under Windows XP or is the problem with Excel 2003? The lines I use (which worked under the old setup) are list below: Dim NoOfHands As Integer (Note: the input control routine for NoOfHands has, for brevity, been omitted) Program = "C:\Simultaneous Tournament\Unlimited\Bigdeal\bigdeal -n " & NoOfHands & " -p Hands -f csv" TaskID = Shell(Program, vbNormalFocus) Peter Bircher South Africa" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Shell command ignores parameters | Excel Programming | |||
Shell Command | Excel Programming | |||
Shell command | Excel Programming | |||
xp shell command using vba | Excel Programming | |||
SHELL command | Excel Programming |