Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a variable called "vAvgPerCountry" that I need to export into Excel using a macro(because I also have other tables to export).
I understand that ActiveDocument.Variables("vAvgPerCountry").GetContent.Var can be used to get the value of the variable, but how do you paste it in Excel?
hi,
you can use input box to export a variable to excel,
The .qvw file is no longer available for download
Hi,
able to downloaded from Rob blog and it's working. FYI refer to the attachment. Tks