Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Dear Sir, Please let me know about the connectivity of excel in VB i.e my Front-end will be in VB6.0,but my back-end calculation will be in Excel Sheet (Coding).Please let me know at your convenience. Sweta.... *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sweta,
If by connectivity you mean - how you will use the functions in Excel from VB then you have to treat Excel just like any other ActiveX object. So in your program you create a reference to Excel. Your code starts off creating an Excel application and then the other objects in Excel and using the object model of Excel. Hope this answers your question. Alok "Sweta Kumar" wrote: Dear Sir, Please let me know about the connectivity of excel in VB i.e my Front-end will be in VB6.0,but my back-end calculation will be in Excel Sheet (Coding).Please let me know at your convenience. Sweta.... *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You need to use automation. What specifically do you want to know?
This article might get you started http://msdn.microsoft.com/archive/de...automation.asp OLE Automation: Communicating with Other Applications -- HTH RP (remove nothere from the email address if mailing direct) "Sweta Kumar" wrote in message ... Dear Sir, Please let me know about the connectivity of excel in VB i.e my Front-end will be in VB6.0,but my back-end calculation will be in Excel Sheet (Coding).Please let me know at your convenience. Sweta.... *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ODBC connectivity logon's | Excel Discussion (Misc queries) | |||
Data connectivity across two seperate .xls files, interesting | Excel Worksheet Functions | |||
Outlook connectivity problem! | Excel Discussion (Misc queries) | |||
Excel 2002 Add-in: Open Database Connectivity available for Excel | Excel Discussion (Misc queries) |