0
votes
3answers
25 views
mass convert Excel files into tab-delimited text files
Is there a tool to convert a large number of excel files into tab delimted files automatically?
1
vote
2answers
20 views
Edit excel countifs
Hi everyone,
I want to edit this query
=COUNTIFS('Sheet1'!E2:E465,7,'Sheet1'!F2:F465,2)
so that when I drag/copy it sideways, as in, next cell to the right the 2 stays constant and the 7 …
1
vote
1answer
44 views
Can Excel interpret a cell as HTML?
I'm using Aspose.Cells to build an Excel document programmatically. This works great. One of the cells, though, is a block of raw HTML. I'm wondering if it is possible to tell Excel (in any fashion, …
0
votes
0answers
51 views
Simple (I hope) Excel question about [closed]
I am doing a directory for my neighborhood. We had most of the information from a previous directory. The information was entered: A1 name, B1 address and C1 phone number; B1 name, B2 address, C2 …
0
votes
8answers
33 views
Excel VBA Select Case Loop Sub
In my excel file, I have a table setup with formulas.
with Cells from Range("B2:B12"), Range ("D2:D12"), and etc every other row containing the answers to these formulas.
for these cells (with the …
2
votes
2answers
14 views
VBA Office 2007 Create 2003 Excel Sheet
Hi,
Since a few days I'm using MS Access 2007 in a certian process.
In my VBA code I use: CreateObject("Excel.Sheet")
In Access 2003 a document was created in 2000-2003 format.
Now in Access 2007 …
0
votes
3answers
37 views
. NET Creating Excel Files
Hi,
In my application, I need to generate excel files on the fly. I have an option of using Excel library. But it is mandatory to have excel installed on the machine.
Is there any other .NET API to …
0
votes
3answers
23 views
mass excel to csv converter [closed]
any free tool for mass excel to csv converter
1
vote
3answers
37 views
Basic excel date and time problem
Hi everyone,
Have a list of dates in excel in the format (this comes originally from csv):
23/11/09 07:27:02
23/11/09 08:01:50
23/11/09 08:38:58
23/11/09 09:40:01
What I want to do is count the …
0
votes
5answers
49 views
Excel file too big, what format should I convert it to to improve processing time in scripting
I have an excel sheet which has about 150,000 records, operations like find replace, delete columns etc are taking a lot of time. I need to write a script to perform some tasks like find and replace, …
0
votes
0answers
13 views
Communication between a webpage and Excel?
I am trying to find a way to make a web application communicate with Excel in the same way that a desktop application could talk to it using COM. The basic description of my problem is as follows:
…
1
vote
1answer
49 views
Boo - Excel Automation, trouble selecting ranges
Hi All,
I'm investigating Boo and thought it would be a useful exercise to try converting a couple of venerable VB Scripts that automate Excel (2007, in this instance). A lot of things seem to …
1
vote
2answers
32 views
How can I import an Excel spreadsheet on a 64 bit OS using ASP.NET?
I wrote an ASP.NET page that imported data from an Excel spreadsheet without any problems. Then I moved it to the server and found out that it didn't work on a 64 bit OS. After some Googling I found …
-1
votes
1answer
11 views
List folders and subfolders from a directory in Excel with hyperlinks?
Hi,
I am looking for a vb script that would list the folders and subfolders from a directory, and output it to excel so that i could open the folders via hyperlinks.
I am trying to create a sort of …
0
votes
2answers
20 views
How can I run an Excel Add-in on Mutliple instances of Excel.exe
Application level events and processes in Excel are restricted to a single instance of the application.
In the past I have prevented users from opening more than one instance of Excel when my add-in …
