View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
M M is offline
external usenet poster
 
Posts: 18
Default Help in calling excel files under portal

Hi all!

I am currently working with excel files(with macros) on a
portal and i need help in declaring files to open. The
filenames i declared in my macro contains wildcard *, to
allow flexibility in calling the files (e.g. filename-a-
final, filename-b-final,... which was declared as "*-
final", somehow the code would not work in the portal as
the wildcard was treated as string, and thus part of the
filename.