|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Thank you for Your interest..
First, I used MSFlexGrid control to display data However, My client want to copy and paste some part of the data to other Office application. So, I thought I have to use Embedded Excel using OLE control so that I don't worrry about the copy paste feature.. But, I don't know how to populate data into the embeded Excel OLE in run time.. I tried all ways.. like following..(feel stupido... --.-- ) Please help me.. I need code snippet. Or If you have any example using this feature..I will be big help or link... Dim sheet As Excel.Sheets Dim worksheet As Excel.worksheet MsgBox OLE1.Class Set sheet = CreateObject(OLE1.Class) worksheet = sheet(0) |
|
#2
|
|||
|
|||
|
If you want to dump a whole table to Excel, use the following link:
http://www.aspalliance.com/stevesmi...celtutorial.asp Also, try searching Google with ASP + Excel http://www.google.com.au/search?q=A...F-8&hl=en&meta=
__________________
How can I soar like an eagle when I'm flying with turkey's? |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > How can I populate data to Embedded Excel OLE in Form?? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|