Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Forum
I have a Sub . I copy the sub in the script. but it doesn´t work
This is the sentence:
Sub ServerExport
Set st = ActiveDocument.GetSheetObject("TB01")
st.ServerSideExport "C:\QlikView Archivos Requerimientos\Germinador\test.qvd" , ";" ,0
End Sub
Call ServerExport
Thanks for your answers !!
are you using the sub in your script?
i would use it in the edit module vb script and then would call this macro via a button or on post reload or on open as per requirement
regards
Peter
Take a look at your previous post.
Regards
are you using the sub in your script?
i would use it in the edit module vb script and then would call this macro via a button or on post reload or on open as per requirement
regards
Peter
Peter
That is the solution.
Thanaks a lot !!