V
vb
Hi
I used the following code
Set XcelObj = New Excel.Application
strFilename = XcelObj.GetSaveAsFilename(...)
I am able to make it to work. The main Issue is that the
FileOpen is tucked away under the form that I am calling
it from forcing me to arrange all the widows
hor/vertically to access it. Is there any other way that I
should use this?
Any help is appreciated.
vb
I used the following code
Set XcelObj = New Excel.Application
strFilename = XcelObj.GetSaveAsFilename(...)
I am able to make it to work. The main Issue is that the
FileOpen is tucked away under the form that I am calling
it from forcing me to arrange all the widows
hor/vertically to access it. Is there any other way that I
should use this?
Any help is appreciated.
vb