Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Iam trying to open Excel sheet through run command.. Like this Excel.exe c:\data.xls c:\graph.xlt in the vba, in auto_open sub, Iam calling the Getcommandline() vba function to get the string.. I am using the strlen VBA function to get the length of the string.. But strlen function is not returning the complete length of the string.. Please suggest me regarding this... what is the problem of strlen function in Excel2002. |