Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to generate a word file
Message
From
05/04/2011 22:30:32
 
 
To
05/04/2011 22:24:44
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:
01506212
Views:
25
>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
>
>
Ok, automation, here is a well detailed example on what you can accomplish with that from VB.NET. This should give you a good idea on how to start:

http://support.microsoft.com/kb/316383
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform