P
Pablo Cardellino
Hi,
I open three files as this one:
Set prefDoc = Documents.Open(FileName:=Environ("appdata") & "\Corretor
AOLP\BibPref_NovaOrt.txt", _
AddToRecentFiles:=False, Revert:=False, OpenAndRepair:=True,
Visible:=False)
the Visible:=False option is working, but not as I expected: a window is
open for each document, but the widow area remains empty; I mean, the
document isn't visible in fact, but its window is: no document or toolbars,
just the title bar, the windows borders and the gray empty area. I'd like to
open the documents in a really invisible way, to avoid annoying or worry the
the user with "strange" windows. Is it possible?
Thanks in advance,
I open three files as this one:
Set prefDoc = Documents.Open(FileName:=Environ("appdata") & "\Corretor
AOLP\BibPref_NovaOrt.txt", _
AddToRecentFiles:=False, Revert:=False, OpenAndRepair:=True,
Visible:=False)
the Visible:=False option is working, but not as I expected: a window is
open for each document, but the widow area remains empty; I mean, the
document isn't visible in fact, but its window is: no document or toolbars,
just the title bar, the windows borders and the gray empty area. I'd like to
open the documents in a really invisible way, to avoid annoying or worry the
the user with "strange" windows. Is it possible?
Thanks in advance,