View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Aerojade Aerojade is offline
external usenet poster
 
Posts: 6
Default String functions in VB macro

in C# there is a Function... String.Endswith(). How can i use this inside a
macro. i need to use it to get the extension of the file. ie...like
Filename.EndsWith("xls")

Please help.