Is it possible to create an 'Export' button that does data dump to Excel? Thanks.
D danlin99 Aug 24, 2006 #1 Is it possible to create an 'Export' button that does data dump to Excel? Thanks.
G Goh Aug 24, 2006 #2 Sure you can. Have a look at Excel Object Modal and VBA. InfoPath also come with export feature at file->Export to with regards, goh
Sure you can. Have a look at Excel Object Modal and VBA. InfoPath also come with export feature at file->Export to with regards, goh
D danlin99 Aug 24, 2006 #3 I want a button not using menu. Can you give the script to accomplish this task. Thanks.
G Goh Aug 24, 2006 #4 Hi, Please try using code below it should be work XDocument.View.Export( FileName,Format) With regards, Goh
Hi, Please try using code below it should be work XDocument.View.Export( FileName,Format) With regards, Goh