| Thread | Last Post | Replies |
|
| large DBF file | 22 May 2007 22:19 GMT | 6 |
I have a DBF file with more than 65535 records. I'd like to read it with XL2003. I know that XL2003 reads only the first 65535 records when opening the file. My question is that is there any way via VBA to access records over 65535, e.g. into another sheet?
|
| copying a row to new worksheet | 22 May 2007 21:31 GMT | 7 |
I've copied some information - actually filtered data - from a source worksheet (src or "ACTIVE"). Below I write that to a newly created destination worksheet (dst). Afterwards I need to copy a row with header information from src to dst.
|
| How do I control the cell reference when naming a cell in a macro | 22 May 2007 20:41 GMT | 2 |
When recording a macro that creates or defines a range name for a cell, I can programantically get to the cell I want, but the recorded macro adds a fixed reference (see example below) that I'd like to control without using a combination of numeric and string variables. I'd like ...
|
| Macro On Open | 22 May 2007 20:40 GMT | 4 |
What code do I need to run a macro when a file is opened? The sub name is PNL. Also, this file is password protected. Will that affect anything? Thanks Adam Bush
|
| Excel SQL syntax question | 22 May 2007 20:37 GMT | 5 |
I am querying data from a SQL server and would like the query to reference data in the spreadsheet. I'm not sure how to compose the SQL query. Here is what I have so far which, of course, does not work. I get syntax errors.
|
| Find problem | 22 May 2007 20:02 GMT | 3 |
Here's my Macro code (in part). All variables are DIMmed, their type is indicated by the three letter prefix of the name. strSearchItem = rngOuterCell.Value Sheets("Earnings Balance 2003 Q4 Page 2").Select
|
| Opening Outlook from Excel VBA | 22 May 2007 20:01 GMT | 4 |
I'm trying to setup a command/macro in an Excel VBA file that would allow me to send email from my Excel file. When I press on the command button the VBA syntax page opens than Excel freezes. I use the following in order to go and get Outlook. Is this right? Any idea why Excel ...
|
| Delete rows and refs | 22 May 2007 19:45 GMT | 3 |
I am wondering if there is a macro that can be written that will delete a row and also any reference to any cells in that row from froumulas on the sheet. For example: A1=B1+B2+B3 i then delete row 2 and get A1=B1+#REF+B3, i would like to get A1=B1+B3. Is something like this ...
|
| find and copy cells | 22 May 2007 19:41 GMT | 2 |
suppose i hav two sheets as follows... SHEET 1 ID location country 1 211
|
| How to convert text files into excel | 22 May 2007 19:40 GMT | 3 |
One of the requirement we have is to convert text files(any delimited) into excel format. Our scenario is we use ETL tool to extract data from database and output as flat file. Then we use mv command in unix to convert text file into excel.
|
| Challenging | 22 May 2007 19:35 GMT | 10 |
I have two columns, say column C and D with unlimited rows. The text or quantity starts in each row either from column C or Column D, but not both. I will need to highlight the starting cell with green by manually fill it with green to indicate that I need this row. Here is
|
| Do Loop doesn't stop | 22 May 2007 19:32 GMT | 5 |
Hi, I have a problem with a Do Until loop, it doesn't stop unless I Ctrl Break out of it, here's the loop: Dim productRow As String Dim foundRowNum As Integer
|
| Debug code in workbook open or activate events | 22 May 2007 19:27 GMT | 4 |
How can debug code in workbook open or activate event Clara
 Signature thank you so much for your help
|
| how to find and copy cells between sheets?? | 22 May 2007 19:16 GMT | 2 |
suppose i hav two sheets as follows... SHEET 1 ID location country 1 211
|
| how to find and copy cells between sheets?? | 22 May 2007 19:16 GMT | 1 |
suppose i hav two sheets as follows... SHEET 1 ID location country 1 211
|