G
Gilgamesh
Hi,
I have two questions that I'm hoping somebody can help me with.
1 - I have a scripting file system defined and I'm using the following
command
If oFS.FileExists("D:\temp\Header-*.xls") Then Kill("D:\temp\Header-*.xls")
If I fully specify file names then this works but when I try to use
wildcards in the name the FileExists returns a False value.
Is there anyway I can get wildcards working like this.
2 - Is there anyway to link VBA macros with non MS apps?
I have a filename in VBA and I want to run WinZip on it.
Thanks
I have two questions that I'm hoping somebody can help me with.
1 - I have a scripting file system defined and I'm using the following
command
If oFS.FileExists("D:\temp\Header-*.xls") Then Kill("D:\temp\Header-*.xls")
If I fully specify file names then this works but when I try to use
wildcards in the name the FileExists returns a False value.
Is there anyway I can get wildcards working like this.
2 - Is there anyway to link VBA macros with non MS apps?
I have a filename in VBA and I want to run WinZip on it.
Thanks