Benouche
You can export a dataprovider which contains NO FORMATTING. The resultant file can be used as a Personal Data File input to another Busines Objects document.
Again, in an export process no formatting is retained so there is none to loose.
Mike McErlain
Cypress eBI, Inc...
In a macro you can indicate that the application is not interactive with the following code;
Dim myAppl As Application
myAppl.Interactive = False
'* Refresh the current report
Dim myDoc As Document
Set myDoc = ActiveDocument
myDoc.Refresh 'Refresh the document...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.