Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to generate a word file
Message
From
05/04/2011 22:24:44
 
 
To
05/04/2011 22:01:42
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01506116
Message ID:
01506211
Views:
28
Sorry , i can generated excel mean in other table .....
But in this time , i want to generated Resume doc file from candidate tables , vb.net can do it and how can i do?
 Dim XL As Excel.Application
                Dim WB As Excel.Workbook
                Dim Sheet As Excel.Worksheet
 XL = CreateObject("Excel.Application")
                XL.Visible = True

                WB = XL.Workbooks.Add
                Sheet = WB.ActiveSheet
 Sheet.Activate()

   Sheet.Range("A1" ).Value = "aaa"
  Sheet = Nothing

                WB = Nothing

                XL.Quit()

                XL = Nothing
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform