Hi,
I have a big issue and I don't know how to solve it. I'm trying to export documents to Excel and I am creating first the object with:
<<Set XL = CreateObject ( "Excel.Application" )
And then I go through the documents exporting information. Finally, I have the next sequence of commands:
<<XL.Visible = True
<<Set Sheet = Nothing
<<Set XL = Nothing
The user have different locations (Germany, Norway, Sweden, France...) and in Germany and France the export procedure is working good, but in Norway and Sweden the export (at the and) just flash on the screen (appearce for just one second and then dissapear).
Can be o problem with different versions of Lotus or Excel? Can my functions be not correctly interpreted by the version of Excel used by Norway users?
Please help,
Regards,
Catalin Codreanu

Excel Export (Catalin Codrean... 29.Nov.01)
. . 