Microsoft Excel is a commercial spreadsheet application written and distributed by Microsoft for Microsoft Windows and Mac OS X. If your question is about programming Excel in VBA then also tag it [tag:excel-vba]. If it is about an Excel formula or worksheet function, then also tag it ...
0
votes
0answers
10 views
VB6, CDate(sheet.range(“B”, counter))
I've been looking and looking for a solution but without success.
I need to populate list-view by date criteria, I know how to fill it with simple criteria but date criteria has given me a lot of ...
0
votes
1answer
16 views
How to create .xlsx file for Excel version 2010 in c#?
This is my code again. Using this code i have .xls file which can store up to 65k rows, but i need more. I know, that Excel file from version 2007 can store 1 mln rows. Do I need to add special ...
-6
votes
0answers
18 views
VBA assistence needed urgently [closed]
I need to combine 2 excel files with each an unique key (Example- parts number) the first file will contain the parts number for a certain project, the second file all the parts number and hyperlinked ...
0
votes
1answer
27 views
Calling Cells.End in Excel
I am trying to get the last Row in Column A.
Does anyone know why the following does not compile?
It seem that it doesn't like .End…
Microsoft.Office.Interop.Excel.Worksheet xlWorkSheet;
...
0
votes
0answers
14 views
Unable to populate ActiveX TextBoxes in Excel with VBA
I'm writing a VBA program that will obtain values from an array in another sheet based on the value selected in the ListBox. Once the values are obtained from the sheet, I would like to populate 4 ...
0
votes
0answers
8 views
How to wrap a range of hex data with quotation mark in excel 2010?
I want to wrap a hex number with quotation mark as I hit the enter.
12bc >> '12bc'
I used such a format type: '#'
but it works only for numbers, not the a combination of numbers and ...
0
votes
0answers
7 views
Need advice-should I use MS Excel or Server side scripting
I recently have requirement from private company that need to transform all data they previously collected in MS Excel file to be kept in relational database system instead.The company's staff also ...
0
votes
3answers
20 views
Renaming Sheets in Macro without renaming first four sheets
I know how to make marcos but during school he never taught me everything to do with them, mainly with the Dim.
My questions is how to I make a marco that will rename all my sheets expect for the ...
0
votes
0answers
14 views
Getting binary data of image in Excel and connecting to a PHP API?
Is it possible to get Excel connect to a Web-based PHP API? We've got an Excel program where users are using it to fill out data and we can work out how to get a browse dialog up so users can select ...
1
vote
1answer
17 views
Opening Unknown Excel Filename Python
I am developing a python script for work that will open an excel file from a particular directory without knowing what the filename is. The directory is fixed and controlled in a way so that the user ...
0
votes
1answer
22 views
import excel file in JTable using java
I want that when button is clicked using JFileChooser, filedialog need to be opened and when excel file is selected it need to be loaded in JTable
can anyone please help how to import excel file into ...
0
votes
2answers
28 views
Change Date format in Excel VBA
I have the Date in the log file. The Date in the log file looks something like this :
Mon May 14 21:31:00 EDT 2012
I would like to convert this into the format "dd-MM-yyyy hh:mm:ss"
Dim ...
1
vote
1answer
32 views
Javascript Regex - Strip out parameter from listed function
I am trying to build a jquery plugin that locate excel formula and evaluate it, currently using jison as parser and some regex for placeholder replacement, and the problem is I am blind about those ...
0
votes
1answer
36 views
Creating a Loop in VBA Macro for Excel?
I was lucky enough to get a response from someone on a previous question I have asked. See here.
Only thing I am struggling with is creating a loop that will end the macro upon reaching a blank cell ...
1
vote
1answer
32 views
How do I create an Excel sheet that shows selected rows in another sheet?
I have an Excel workbook with a sheet looking something like this:
Apple | 15 | Bob
Banana | 20 | Tim
Apple | 19 | Mary
Banana | 25 | Kate
I want to ...
-1
votes
0answers
32 views
Few queries on advanced capabilities of Excel +VBA
I have recently started using Excel and am using VBA quite extensively. I am interested to know whether Excel + VBA has the capability to do the task that I have listed down below. If it does any of ...
0
votes
2answers
35 views
Nested IF statement returns #VALUE
I have a pre-recorded macro that needs to be modified. It uses an IF statement to check if the value is N/A and changes it to 0, unless it begins with CN, then it sets the cell to the CN* value. I ...
-3
votes
0answers
16 views
Macros using data from excel to another application
Is there a way to make macros which would read tables from excel and then do function in another application. For example.
Table a1 has value 2000.
If there is value in a1 then open window of ...
1
vote
0answers
15 views
Allow for users to change sheet names, VSTO
This is similar to my question here, but my workaround dosn't help for these instances and the cause is more defined. I have a workbook level customization that will add sheets from a folder where it ...
0
votes
1answer
24 views
VB Excel can't Copy and Paste Macro that Pulls the Cell Position
I have a datasheet that looks like this
page 1
Costumer: josef
Id: 12345
I create a form that includes (Costumer and ID) more easily manually. Inside the form I have information.
I have an insert ...
0
votes
1answer
19 views
How do I troubleshoot this Excel 2010 crash?
I am trying to resolve a crash in Excel 2010. It only happens on some machines. These are some of the things I've tried:
Disabling COM Add-ins
Changing printer drivers
Any ideas for next steps? ...
0
votes
0answers
13 views
Excel “an error has occured in the script on this page”
I am using Excel and am trying the use the Excel web query. I type my address (say https://www.google.com/finance?q=MSFT) and when I click on the 'Go' button, a message pops up a few seconds later ...
0
votes
2answers
16 views
Two Columns with Similar Data in Excel How to Match One Columnn and Return The New Data
I have columns in excel
ORDER NUMBER Order Paid Date Order Total Order Date
A1=1 B1= jan 1 c1= $1 d1= Dec 1
A2=2 B2=jan 2 c2= $1 ...
0
votes
1answer
12 views
A way to not use Windows Authentication for ODBC query to SQL server
All,
I have a workbook that contains an ODBC connection to an SQL Server and dumps the data from the query into a Table (VBA calls it a ListObject). Right now, everything is using Windows ...
0
votes
1answer
27 views
Change value of cell via separate class
I have an Excel workbook with multiple sheets and a C# class that controls what is filled into each sheet's cells. However, I cannot for the life of me figure out how to correctly populate the cells.
...
0
votes
1answer
26 views
How to create result table with vlookup from merged cells
I have this data table and i want another result table. when I write name of state ,result table can show all of company with data1,data2 and data3.I trying use vlookup but because there are merged ...
2
votes
3answers
39 views
How can I identify the text values that have the lowest row IDs across 4 columns?
I found a few articles that are close, but not the same as what I am trying to do. I have an Excel file that has 4 columns of duplicated data, each column is sorted based on a numeric value that came ...
1
vote
3answers
26 views
Excel - How to disable the macro of the inactive sheet
I have two Excel files that I usually keep open at the same time : one has a macro and the other one no. Problem is that when both of them are opened the macro works also on the file that does not ...
0
votes
2answers
28 views
Possible easy way to convert data in Excel to store as objects in C#
I have few Excel files that contain three columns of data(numbers only) that I would like to store as C# objects. These objects will then be used to populate a Report chart in Visual Studio. Is there ...
1
vote
0answers
25 views
Excel Data Validation -Disable cell in excel based on drop down value
I have 2 columns in an Excel sheet. A1 contains a drop down with the values "Enable" and "Disable". Cell B1 and C1 needs to be enabled or disabled based on the A1 drop down selection.
I tried using ...
0
votes
3answers
29 views
.txt file to .xlsx file (600 rows and 40 columns)
I have a program that combines three text files and put them all into one and sorts them all out alphabetically. I was wondering how I could possibly put this onto an excel spreadsheet without ...
0
votes
2answers
41 views
Excel- finding min value of multiple items
Column A represents serial numbers of different parts, but these parts come from different suppliers so they have different prices. Column B holds the price for each part.
I need a macro that will ...
0
votes
3answers
15 views
MS Excel (2003) Find value in col 2 based on the row with col 1 having a value of x
Is it possible to do this in excel? Say I have a table like this:
-------------------
| foo | 1 | 2 | 3 |
-------------------
| Bar | 4 | 5 | 6 |
-------------------
| Bat | 7 | 8 | 9 |
...
0
votes
0answers
29 views
Adding a timeout to a process in a console application
I wrote a console application that finds some Excel files, opens them up and refreshes the data. Once in awhile Excel will crash or hang and I want to be able to be able to skip that file and keep ...
0
votes
0answers
31 views
How to use exel in MS visual C++
I want to make an windows form app. U can write text in textBox'es and when u press a button the app would create an excel file and write the txt from the boxes. I got only the UI that, I know some ...
0
votes
1answer
20 views
Excel drop down list not working in other cells
What I'm trying to do is make a drop down menu using a name range and data validation.
Simple enough however the problem arises when I have multiple cells running off the same name range.
In my ...
1
vote
0answers
26 views
How to add Headers to multiple sheets in a workbook using Apache POI
I have created a Batch Reporting using Apache POI. I need to know how to add Headers to both sheets. I used getHeader() but that adds same Headers for both sheets and I need to add different headers ...
0
votes
1answer
34 views
After import of excel data, big post of form with the values
I'm currently developing a web application(c#, asp.net mvc) which gonna let users upload there own data by excel files to the database MSSQL. In most of the cases the excel files will have more than ...
0
votes
0answers
19 views
Macro to Cut and Paste Rows based on Selected Drop Down input from one worksheet to another
Read through related type posts...and I'm just an idiot I guess. VBA not a first/second/third langauge for me. Have Worksheet DASHBOARD with Staff Assignments on it. Row 1 is headers, and data ...
0
votes
0answers
16 views
Is it possible to open an unzipped XLSX file?
I'm using OpenXML on XLSX files, and am unzipping the XLSX to a directory structure and making modifications through a text editor.
Is there a way to have excel open this directory structure without ...
-1
votes
1answer
69 views
Using R to calculate the same as a formula in excel [closed]
Nether R nor general statistics are my strong point. So, as part of a build for a client, they have requested that some graphs have binomial data plotted, and they have provided me with a few formula ...
-1
votes
0answers
14 views
add static data to a field by criteria
I have a table in Excel with 2 fields, the first field is the identifier I that exists in my database, and the 2nd field is the value I want to insert into a newly created blank field in the database. ...
0
votes
0answers
11 views
How can I store cell ID information in Excel?
Let's say I have a list of inventory items in a database
Apple 1
Pear 2
Orange 3
I want to write an XLSX file (I will be using OpenXML/EPPLus) so that the user sees something like:
-Fruit ...
1
vote
0answers
17 views
Remove empty rows in excel via connectionString
Im using ConnectionString to connect an Excel file to read data. I use this query:
SELECT * FROM [SHEET1$]
My problem is when user set a value in a new row and later delete it, my query returns me ...
1
vote
1answer
28 views
Writing to an excel file - Performance Analysis
So after doing some research on writing to an Excel file i have found that both the Apache API and JExcel could cause performance issues. At the moment my application outputs the information i want to ...
-1
votes
2answers
32 views
CSV Export programmatically, issue with certain characters at the start of a word
I have a facility to export simple data to a csv file. Everything is working perfectly unless there isn't a '-' as the first character of any field. It displays '#NAME?' in the cell and I know this is ...
0
votes
1answer
20 views
Excel vba search in column, select whole column
I am new in here. can anyone help me please?
Here is my sheet: In column A&B I have Apple, in column C&D I have Samsung, in column E&F HTC.
I would like to search the columns which ...
1
vote
1answer
39 views
Alternatives to Excel for processing very large data sets
I am attempting to use Excel to do a number of processes, but running into it's functional limitations because the data set I'm working with is large (160+ columns x 400k rows.) I initially used Excel ...
0
votes
0answers
22 views
Single cell array for vba TTest
I am trying to run a TTest which requires me to compare one mean of ranges to another.
However, my excel file is populated by means already, so I do not need to average ranges as excel is forcing me ...
0
votes
0answers
13 views
Blocking Excel worksheet/workbook interaction without VSTO add-in loaded
I have a solution created in C# using VSTO that provides feature rich WinForms UI interaction combined with an Excel workbook.
For example, if a user clicks in specific cells, different dialogs open ...




