Hi all,
Never used scripts, need help. I downloaded a script from Wilcox - pcdmistoexcel:
CS1 =SCRIPT/FILENAME= C:\EXCELSCRIPT.BAS
FUNCTION/LoadExcel,,
STARTSCRIPT/
ENDSCRIPT/
README:
To install on a new computer:
1) copy all files to c drive
2) from the start, run , open line
type regsvr32 c:\pcdmisutils.dll
Note: there is a space between the 2 and the c in the line above
3) set the security level in excel to medium( found under tool, macro, security)
4) To automatically send results to excel, place this command at the end of your pcdmis program:
CS1 =SCRIPT/FILENAME= C:\EXCELSCRIPT.BAS
FUNCTION/LoadExcel,,
STARTSCRIPT/
ENDSCRIPT/
5) Save the excel results file as a different name
Did all of the above, wrote and ran a program, in the end, nothing happened. What did I miss? Please help, thanks in advance...
Never used scripts, need help. I downloaded a script from Wilcox - pcdmistoexcel:
CS1 =SCRIPT/FILENAME= C:\EXCELSCRIPT.BAS
FUNCTION/LoadExcel,,
STARTSCRIPT/
ENDSCRIPT/
README:
To install on a new computer:
1) copy all files to c drive
2) from the start, run , open line
type regsvr32 c:\pcdmisutils.dll
Note: there is a space between the 2 and the c in the line above
3) set the security level in excel to medium( found under tool, macro, security)
4) To automatically send results to excel, place this command at the end of your pcdmis program:
CS1 =SCRIPT/FILENAME= C:\EXCELSCRIPT.BAS
FUNCTION/LoadExcel,,
STARTSCRIPT/
ENDSCRIPT/
5) Save the excel results file as a different name
Did all of the above, wrote and ran a program, in the end, nothing happened. What did I miss? Please help, thanks in advance...
Comment