View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Purushotham Purushotham is offline
external usenet poster
 
Posts: 1
Default Regarding the lstrlen

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.