473,322 Members | 1,610 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

load and open an excel file which is already exist

ammoos
100 100+
hi friends..

i need to load and open an excel file which is already exist when i click on the link button..
so that the user can updates the details in the excel sheet...
help me if u pls...
with thanks
Jun 12 '07 #1
3 1583
hi friends..

i need to load and open an excel file which is already exist when i click on the link button..
so that the user can updates the details in the excel sheet...
help me if u pls...
with thanks
If you want to open MS Excel to edit the file, use the Process.Start() method, located in the System.Diagnostics namespace. Providing the name of the excel file as a parameter to the start method will cause the program to launch the associated application, in your case MS Excel.

All the best!
Jun 12 '07 #2
chinu
36
If you want to open MS Excel to edit the file, use the Process.Start() method, located in the System.Diagnostics namespace. Providing the name of the excel file as a parameter to the start method will cause the program to launch the associated application, in your case MS Excel.

All the best!
Yes, something like this
Process.Start("C:\\testing\\Book1.xls");
Jun 12 '07 #3
ammoos
100 100+
thanks alot friends... its done :)
Jun 18 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

115
by: TheAd | last post by:
At this moment I use MsAccess and i can build about every databound application i want. Who knows about a serious open source alternative? Because Windows will be a client platform for some time, i...
3
by: sandycat05 | last post by:
Hello all, I am a new Perl programmer. Below is the beginnings of a code that I am using to manipulate an Excel spreadsheet via Perl using win32::OLE. However, what I'd like to do is the following:...
1
by: Morten Wennevik | last post by:
I'm transferring an Excel file from a client computer to a web-page on a server, then trying to open the file on the server causes this exception message to occur. The Microsoft Jet database...
4
by: Li Pang | last post by:
Hi, Instead of openning an Excel Worksheet from a file, I set the content of the file into a string (stays in the memory) and I'd like to load it into an Excel Worksheet. Anybody knows how? ...
3
by: Phoon Chee Keong | last post by:
Hi, anyone know how to load excel in vb.net? I trying to load a template with formula so that i can save to access. Regards, PCK
15
by: OfficeDummy | last post by:
Hello all! I searched the Internet and this forum for a similar problem, but I found no help... Also, I'm a complete newbie to the fascinating world of programming, VBA and Access, so my question...
4
by: student491 | last post by:
Hello, i tried to open existNg Excel file by using follow metho bt it give error ... that this file doestnt exist or path is incorrect........ wb =...
5
by: almurph | last post by:
Hi everyone, I'm trying to output some numbers to an Excel file. the first number in A1 the second in A2, you know like this: 1 2 3 4
7
by: Peter | last post by:
ASP.NET 2.0 I am trying to open a Word document and Excel document from a dialog web page, what's the best way to do that? I have tried the following: Response.Clear();...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.