| how to create,modify,append a excel file from asp.net using vb? (5 replies) |
| ASPFriends.com 'ngfx-msoffice' list |
| Hi, This is anand, can any body help me in this problem. I want to write a code which will create new xls file and inserts values into it. i want to use asp.net using vb codes . i have downloaded some codes which will help me in doing the same in asp.net using vc# code. but i want to use vb. i tried this code Dim xl As New Object() Dim wb As Excel.Workbook Dim sh As Excel.Worksheet xl CreateObject... |
|
| Automating Reading Outlook email. (2 replies) |
| ASPFriends.com 'ngfx-msoffice' list |
| I have a VB.Net program that reads an Outlook mailbox and parses thru emails. Everytime I execute it, I get a dialog box coming up in Outlook that says, "A program is trying to access email addresses you have stored in Outlook. Do you want to allow this?". It then lets you select how long you want this to occur. I need to run this job unattended. Does anyone know how to eliminate this dialog box? ... |
|
| Automating MS Word w/ ASP.NET (5 replies) |
| ASPFriends.com 'ngfx-msoffice' list |
| I've ran into a bit of a problem. We have a web application written in ASP.NET that maps data from a DataSet to an MS Word document, fills the document out, saves the document on the server, then zips up the directory where it was saved and allows the user to download it. The latter part of this process is working, its just getting the ASP.NET user the proper permissions to run MS Word on the serv... |
|
| Could not open macro storage. (4 replies) |
| ASPFriends.com 'ngfx-msoffice' list |
| I can't for the life of me figure this error out. Could not open macro storage. Original Message From: Dody Gunawinata [mailto:DodyG@aiesecus.org] Sent: Tuesday, July 02, 2002 3:40 PM To: ngfx msoffice Subject: [ngfx msoffice] RE: Word Interop http://radio.aiesec.ws/users/0000001/categories/internetGuideToDotnet/20 02/06/03.html Dody Gunawinata Are You Experienced? | http://us.aieseconline.net Per... |
|
| Word Interop (2 replies) |
| ASPFriends.com 'ngfx-msoffice' list |
| Moved from [aspngfreeforall] to [ngfx msoffice] by James Avery javery@deluxeeng.com Hey all, I need to use Word Automation on the web server to create a word document dynamically and send it down to the client. I've looked at the SDK Sample, but I'm wondering if anyone knows of some articles do this same thing. I'm in a real time crunch and would love to not have to write the entire code from scra... |
|
| Dataset to Excel export (2 replies) |
| ASPFriends.com 'ngfx-msoffice' list |
| Hello, I have a dataset filled with data. Is there a way to export this data to a Microsoft Excel file ? Best regards, Tim Musschoot |
|
| External dll in excel (3 replies) |
| ASPFriends.com 'ngfx-msoffice' list |
| Moved from [ngfx oledb] to [ngfx msoffice] by Marcie Jones marciejones@yahoo.com Hi, I need to use one external dll to obtain data into an excel sheet. My dll on vb work fine, and returns the data. So, I need to know how to link excel macros to my outsider dll? Can any help me to link excel macro to this dll? Regards, Julio Hable con sus amigos en lĂnea, pruebe MSN Messenger: http://messenger.msn.... |
|
| Building worddocument from an intranet link ? (2 replies) |
| ASPFriends.com 'ngfx-msoffice' list |
| Moved from [aspngfreeforall] to [ngfx msoffice] by Cain Marco juggernaut@aspelite.com Hi all Can one produce a worddocument initiated from when a user clicks a link inside an intranet ? The worddocument is going to be dynamically generated from a db. Any thoughts ? /Johan |
|
| Word 97 and ASP.NET (4 replies) |
| ASPFriends.com 'ngfx-msoffice' list |
| How does one create or modify a word 97 document in ASP.NET If this possible, any info or links would be appreciated. Thanks in advance Paul |
|
| Excel problem (2 replies) |
| ASPFriends.com 'ngfx-msoffice' list |
| Hi all, A collegue of mine is getting errors like "wrong library" etc when trying to create an excel file from .Net ** code snippet** Dim lobjExcel As Excel.Application lobjExcel CreateObject("Excel.Application") ' This row creates the error. lobjExcel.Visible False ** end code *** He is using Excel 2000 on his machine and he gets the impression that the errors point s to an Excel 97 library What ... |
|
| Word Automation and ASP.Net Standard. (3 replies) |
| ASPFriends.com 'ngfx-msoffice' list |
| Hi, I am trying to utilize some feature of Microsoft Word through automation from a web interface (in this case, generating Word document from an input). My question is regarding granting Code Access for the Word interop dll access from ASP.Net. I get an Access Denied error when I try to instantiate the component from an ASP.Net page. Word. Application word new Word.Application(); Can anyone point... |
|
| Response Filename for Download (3 replies) |
| ASPFriends.com 'ngfx-msoffice' list |
| Moved from [aspngfreeforall] to [ngfx msoffice] by James Avery javery@deluxeeng.com I am sending an excel file to the browser using this technique Response.ContentType "application/vnd.ms excel" Response.OutputStream.Write(bytearray, 0, bytearray.Length) Unfortunately the filname on the browser is allways the blah.aspx filename. Is there anyway to change it, so it is filename.xls? Note I am stream... |
|
| Office XP Web Components on ASP.NET Pages (2 replies) |
| ASPFriends.com 'ngfx-msoffice' list |
| Moved from [aspngfreeforall] to [ngfx msoffice] by Tony Stark IronMan@aspelite.com Hi list could any one guide me to a good tutorial on how you can use Office XP Web Components on ASP.NET pages? thank you |
|
| how to open excel onthe fly (7 replies) |
| ASPFriends.com 'ngfx-msoffice' list |
| hi i am doing web programming...when the user comes to one page, i have to retrieve data from database and i need to open one excel sheet on the client machine by filling the data retrieved from database....i know how to read data from database and fill the excel sheet...but i don't know how to open excel sheet on the fly on client machine(i.e when customer accessed one web page i need to open exc... |
|