0
votes
1answer
10 views

Unable to name a range in excel using VB.NET (what is wrong with this code?)

I am trying to implement following loop but I am not able to name the excel range. Dim oXL As New Excel.Application Dim oWB13 As Excel.Workbook oWB13 = oXL.Workbooks.Open("F:\mybook.xlsx") ...
0
votes
0answers
12 views

How to add category labels to an Excel chart using interops with vb.net

What I have so far. On my end result chart the labels read the default 1-5, rather than the labels in the range A4-A8. Any ideas? 'add data xlWorkSheet.Cells(2, 1) = "Active Loans" ...
0
votes
0answers
23 views

Excel Interop - Copy a filtered worksheet to a different Excel instance

Suppose I have the following Excel Interop objects declared: Dim ExcelToKeepHidden As New Microsoft.Office.Interop.Excel.Application Dim SheetToCopy As Microsoft.Office.Interop.Excel.Workbook ...
0
votes
0answers
27 views

Exporting GridPanel from Ext to Excel using VB

i got the code so far to try to export my gridpanel i Got this script in the file .ASP <asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent"> ...
2
votes
1answer
23 views

SELECT Command Doesn't Copy All Data

i was copying my data from Excel to datagridview by using SELECT statements. But it wasn't show well.. The data show like this but my excel data my code : Dim CON As New ...
-3
votes
0answers
23 views

How can i export Gridpanel from EXT to Excel using VB in a simple way? [closed]

How can i export Gridpanel from EXT to Excel using VB in a simple way
0
votes
0answers
15 views

Using ExportAsFixedFormat to Export Chosen Pages

I have a workbook that has a few different report sheets in it that are optionally filled and manipulated by a user. I am trying to export only the report pages to pdf, and I'd like them in one PDF ...
0
votes
0answers
49 views

Export DataTable to excel file in vb.net

I have a datatable with 20+ colum and more than 2 lacks data. i want to export it into a new excel file in a fixed folder suppose c:\temp1\temp.xlsx . I need each column value to be in a cell.To be ...
0
votes
1answer
39 views

How to Save excel file in vb.net

Previously , I was trying to export gridview value into excel. but with the code given below i am able to export data into excel. but still not able to Save Automatically that excel file into a fixed ...
0
votes
2answers
51 views

export gridview value into .xlsx file in vb.net

I want to create an application where i can export my desired gridview result into a new excel file. if the file with same name already exists then it will ask to give a new name else it will create ...
0
votes
1answer
45 views

Protecting columns in excel using C#

I am attempting to write into an excel sheet some data and after writing in the necessary data, I would like to protect the cells against editing by making them non editable. After this operation, ...
0
votes
1answer
53 views

using excel in windows form application

I want to create Windows based inventory application. I need to automate the manual entry in multiple excel spreadsheets, and in spreadsheet formula's are also used . values in sheets are ...
0
votes
1answer
54 views

Download Excel File ASP VB.Net

My goal is to download the excel that I've created The code so far and works properly : Dim xlApp As Excel.Application Dim xlWorkBook As Excel.Workbook Dim xlWorkSheet As ...
1
vote
1answer
43 views

Excel sheet comparison - any order

I'm looking for a way to compare one excel sheet with another. Is there a way to compare whole records, without regard to the order of records?
1
vote
3answers
48 views

How to check for a specific text in excel worksheet name using VB.NET? (What is wrong in this code?)

I want to achieve following, I have an excel file that contains worksheets with different names. Some of the sheets are named as A1, A2, B1, B2, C1, C2 etc. If the sheet name contains "A" then ...
0
votes
0answers
48 views

Already open excel file disable when create the object of Excel.Application

I need to process Excel file inside my VB.net code display this excel file inside webbrowser control, which hosted in Win form . Problem : When I create the object of Excel, then it start the ...
1
vote
1answer
43 views

stop sorting the sheetname from excel in asp.net

I get the sheet Names from excel and create the buttons whose text is the sheet's name. But every time the buttons are created they are sorted alphabetically. I don't want to sort them. Here is my ...
0
votes
1answer
28 views

changing the way of coding so that MS Excel is not to be needed to installed on server in asp.net

I have started to deveop a website using asp.net. I need to fetch some data from excel to display it to the client. I am hosting my site on somee.com so that I can freely host it. But on the server ...
0
votes
1answer
43 views

Get Data from MS Excel in asp.net

I can retrieve the data from excel to GridView. Below is the code : If Extension = "xls" Then connString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & FileUploadPath & sender.text ...
0
votes
1answer
65 views

Read data from excel in asp.net

I want to read a whole excel sheet's data in a single textbox. Is this possible? I know the code to read a cell's data from excel to a textbox. PrivateSub Button18_Click(ByVal sender As ...
-1
votes
2answers
56 views

Converting data from excel file into power point [closed]

I am wondering if it possible to automate to extract data from multiple exel file , plot a graph and finally present the data in pointpoint using pre-existing template . I tried Python but could go to ...
0
votes
1answer
41 views

How do I poping up the Save or Open File VB.Net

My goal is to attempt that popping up the option to save or open the file that already been created. Here's my code : Dim xlApp As Excel.Application Dim xlWorkBook As Excel.Workbook ...
0
votes
1answer
55 views

Vb.NET Read Excel Missing Data

Private Sub readexcel() Dim cnn As New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & txtFileName.Text & "; Extended Properties=Excel 12.0;") Dim oconn As New ...
0
votes
2answers
84 views

Database query to an Excel file

I have a code here made in VB.NET. The code enables the program to query from MS ACCESS database and save it to an Excel File(.xls) and prompts the user if he/she wants to open the file. The code ...
-5
votes
0answers
28 views

Want A vb script for MS excel 2010. Scenario to reduce the work. [closed]

Scenario: I have 4 Columns of data in unsorted format. Ex: Columns A (Database has all IDs) Column B (Data to be filled according to Column A) Column C (Reference data for Column A) Column D ...
-4
votes
0answers
44 views

How can i create Microsoft Excel file by by using vb.net [closed]

I want to transfer the data in Textbox1 and Textbox2 into new Excel file whenever i click a button on the same vb form. Can anyone suggest me how i can create new Excel file?
0
votes
1answer
31 views

How to call jar file using VB SCRIPT in excel and hold screen

I want to call a java jar file using vb script in excel. My file format is "xlsm" where is my vb script code. When i execute my code, then console comes and go, I do not what is written on console. ...
-2
votes
0answers
32 views

updated code for excel app not quiting

declaration Imports Excel = Microsoft.Office.Interop.Excel Public xlApp As Excel.Application Public xlWorkBook As Excel.Workbook Public xlWorkSheet As Excel.Worksheet Public misValue As Object = ...
0
votes
2answers
75 views

Excel Application not quiting

Hi Check my code i am automating upload from excel in vb.net here is my code import statement Imports Excel = Microsoft.Office.Interop.Excel releaseObject function Private Sub ...
0
votes
0answers
44 views

VB.NET “Download Excel Programmatically”

I've a problem that makes me stuck recently. Actually my goal is to download the excel via browser through the VB event of button click. Simple but I always try and got the error many times. Hope ...
0
votes
1answer
80 views

Excel 2010 macro when button is pressed, highlight row

At my traineeship I'm currently working on a sheet in Excel. I have to make a database of a lot of mail addresses. I also have to fill in these on the website of the organisation for the newsletters. ...
0
votes
1answer
41 views

Countif with next cell not empty [closed]

I need to count how many times a string appear within a range but only when the next cell is not empty. A 1 B 5 D 4 A G 1 B 4 B 8 D So I want for A->1, B->3, D->1, G->1 How can I do that?
0
votes
1answer
202 views

Pasting data from text file to excel using VB 2010 express

This may sound very easy but I am a newbie in vb programming. I have a text file with 11 rows, 2 columns separated by 39 spaces between them. Now I'm trying to read this file, copy it & paste into ...
0
votes
0answers
119 views

OledbDataadapter Update Converts All Inserted Data Fields As Text In Excel 2010 Using Visual Basic 2010

I am Using Ado.net on Excel 2010 in VB 2010 Professional. I have an empty table called "Hourly Burn Data By Plant" (Output) which needs to be filled with data from another table called "Hourly Burn ...
3
votes
2answers
60 views

Detect Printer in Excel Workbook.BeforePrint Event

When handling the Workbook.BeforePrint event in Excel, is there any way to determine the printer that's being targeted? I know the event handler signature allows cancelling of the event, as documented ...
0
votes
0answers
57 views

VB.NET reading an RTF doc and pasting to an excel spreadsheet

I have preformatted RTF documents. I need to open an RTF file, copy the contents and paste it to an excel spreadsheet cell. I can do plain text. How to paste formatted data? NB: This function of ...
0
votes
1answer
51 views

VB.NET Closing Excel

I'm extremely new to Visual Basic (and to this site) and need a little advice on how to properly exit Excel when using automation. A little background on my issue: we have a large Excel workbook that ...
0
votes
1answer
93 views

Cell formatting doesn't apply to VB entered data

I'd like to know how to "apply" cell formatting to a cell when we don't write manually. I have a vb.net application which enter the date and time to a cell in excel. The cells are formatted to ...
0
votes
1answer
85 views

VB.NET 64bit COM with c# referenced helper assembly class

have a VB.net 64 bit project to be referenced in Excel 64 bit. I have a c# helper class that is referenced by the VB.net project. I have all the projects signed and the VB.net project set for Make ...
0
votes
1answer
82 views

My vb.net program for Excel won't run on different computer

I wrote a vb.net program using Visual Studio 2010 Express to open and manipulate an Excel workbook. I have MS Office 2010 and my program works fine on my computer. When I try to run it on my wife's ...
0
votes
1answer
58 views

ASP.Net Dynamic Excel Creation from SQL Datasource

I want to create a dynamic excel worksheet that the client could download from the server, the data is on a SQL Server Database that I will get by a query like SELECT * FROM employee; I want to do ...
0
votes
1answer
67 views

Remove Excel taskpane close button using VB.NET VSTO

I believe the the title says it all. Does anybody know how to remove the close button of task-pane in Excel using VSTO (VB.NET)?
10
votes
2answers
532 views

Passing value to excel inputbox from VB.NET

I am trying to automate data population on some excel sheets that have some macros. Now the excel is protected and I cannot get the secret key. Now I am able to run the macros but when I try to pass ...
0
votes
0answers
80 views

Gridview and excel format

i have a program (written in VB.NET) that selects info from an excel spreadsheet and then writes in to a gridview, once its dont what it needs to do it then re writes the correct information to an ...
0
votes
0answers
186 views

Exception from HRESULT: 0x800A03EC ( open function for excel )

I have developed a web application that read from excel sheet . It's working fine when I run the website at vs local host . when i upload the the website application in server 2007 . I goth the errore ...
0
votes
1answer
89 views

Prevent Excel pop up message in VB code

I am having a problem with the "File Now Available" message box popping open from excel when i importing a file to my program. http://oi50.tinypic.com/23wajt.jpg Private Function ...
0
votes
2answers
84 views

Changing the location of an existing VBA Reference from C:\Windows\system32\ to a shared drive

I've been trying for a while now to get a reference file to be loaded externally to no avail. To be specific I am trying to load a "Microsoft Date and Time Picker Control 6.0(SP4)" which usually ...
2
votes
1answer
101 views

programmable naming variables? [closed]

I have an Excel Automation project using Open XML SDK 2.0 in ASP.NET. I use Open XML SDK 2.0 Productivity Tool for generate code for my excel file. Сontains lines such as row9.Append(cell1043); ...
3
votes
1answer
2k views

Query Excel using ADO from VB.NET when a column name is a number

I am using VB.NET to query via SQL an Excel spreadsheet using ADO. The general way is like this: SELECT [firstname], [secondname] FROM [Sheet1$] Which works perfectly However, one of the headings ...
7
votes
5answers
7k views

Fastest way to write cells to Excel with Office Interop?

I am writing a function to export data to Excel using the Office Interop in VB .NET. I am currently writing the cells directly using the Excel worksheet's Cells() method: worksheet.Cells(rowIndex, ...

1 2 3 4 5 13