Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have added all my fields into one table box. And return a macro in button to generate qvd file but when i'm loading the qvd file i'm missing last fields of table box in the qvd file.
Macro code is :
Sub QVDFile
set obj = ActiveDocument.GetSheetObject("TB05")
obj.ExportBiff "D:\2_QVDGenerator\QVD\MyQvd.qvd"
' MsgBox("Data Has Been Transfer into QVD ")
End Sub
- Plz help me y it is not creating last fields of table box into qvd file
Then y it is not working for table box..y it is working with "," format
Hi,
If you check the both statement.
obj.Export "MyQvd12.qvd",";"
obj.ExportEx "C:\test.qvd", 4
When we use ExportEx we need to specify the format, but when we use Export we need to specify the seperator.
Regards,
Kaushik Solanki
Ok kaushik once again thanks a lot for your breif description. Can you please check this Thread