Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi to all, and thanks in advance for read this.
I was trying to copy a table from QV to word, but i can't paste it...i've this code, how could i continue??
Set objWord = CreateObject("word.application")
objWord.Visible true
Set
ActiveDocument.ActivateSheet("Fields"
)
set table = ActiveDocument.GetSheetObject( "CH02" )
table.CopyTableToClipboard true