Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am having an issue with one macro.
I am using Server Side Export function, and it's works the first time. If I execute it again QV hangs. After that, the application is corrupted (I cannot save any change in the application).
Please find below the macro:
Sub SaveChanges_Variables
set obj = ActiveDocument.GetSheetObject("VARI")
obj.ServerSideExportEx "C:\Users\Kolo\Desktop\BC_PLANNING\CFG\PARAMETROS\Variables_Cuentas.qvd",";",4
Application.WaitForIdle
end sub
The macro needs to replace the existing QVD and replace it with the content of the object in case is already created.