06-26-2009, 06:56 PM
Hello ,
I am having a problem finding a better watythan what I currently have
-- I need like a run tim kist box that will list all the servers that the user might need and another list box the has all process codes (around 25 process codes
Is there a way to have this crated . Thanks a million
I am having a problem finding a better watythan what I currently have
Code:
dbServerName= InputBox("ENTER THE SERVER ADDRESS YOU WANT TO TEST ", " SERVER NAME", "CBSCC-B3-DVP05 ,WMSCC-M2-DVP03 ,CBSCC-U3-DVP1")
strProcessCode=InputBox("ENTER THE PROCESS CODE YOU WANT TO TEST ","PROCESS CODE","GICIBTSS // GICIPS ") around (10 servers)
-- I need like a run tim kist box that will list all the servers that the user might need and another list box the has all process codes (around 25 process codes
Is there a way to have this crated . Thanks a million