| Thread | Last Post | Replies |
|
| Need macro or programme | 18 Nov 2007 13:01 GMT | 2 |
Hello Excel Team, Please provide help to run the below with macro or sql... I have a space seperated text file which has the following layout ... ACCUM HAOPT ABSPRI ABSGRP OUTNM HABLIM HABTXT
|
| VBA code for expiry date | 18 Nov 2007 11:53 GMT | 2 |
Dear All Please any one can help me. If My Data Like NAME PASSPORT NO. ISSUED DATE PASSPORTEXPIRY
|
| Update when worksheet close/delete | 18 Nov 2007 11:48 GMT | 3 |
I have a date sturcture hold information about worksheet. I need to update this data structure when somebody close/delete worksheet. Thanks, Samir.
|
| Is there any efficent method for searching in a large excel sheet | 18 Nov 2007 10:54 GMT | 11 |
I want to search an excel sheet of around 4000 records.Now I am using file searching. But for each data,searching will take around 10 sec.I want to search for around 2000 records.Then it will take 2000*10sec=5 hrs.
|
| Speed of fixed array versus dynamic array | 18 Nov 2007 10:19 GMT | 8 |
Dear Excel Gurus, I am thinking of ways to optimize a slow Excel VBA program. Will using fixed array size instead of dynamic array significantly speed up the operation?
|
| Userform, select entire field | 18 Nov 2007 10:07 GMT | 2 |
Hi NG. I have a UserForm Private Sub UserForm_Activate() '// Add value to field
|
| Reading back a Read/Write Property | 18 Nov 2007 10:06 GMT | 2 |
Usually, once I set a property like a cell's format: Range("A1").NumberFormat = "@" I don't need to "remember" it. I can just read it back with: Dim s as String
|
| Reading a Range from a VB6 DLL | 18 Nov 2007 09:16 GMT | 3 |
I have a visual basic 6 DLL sub that is called from a vba sub in Excel. I can't get the DLL to find the used range in the activesheet and loop through each cell, categorize it and put it into an array. Any suggestions much appreciated.
|
| Help | 18 Nov 2007 09:06 GMT | 1 |
I have one problem in create a data in userform. The problem is: 1) I want to type the staff ID and the name will appear. I try to use function "If" but its limited to 64 k only for every function. I also
|
| Hiding / unhiding rows based on change of a cell | 18 Nov 2007 05:24 GMT | 8 |
I can't seem to get the following code to work. I want to hide / unhide a series of rows on sheet1 based on the value in a cell in sheet2. Once I understand how to get it to work, I want to expand it to approx. 40 cells on sheet2 to hide / unhide groups of rows on sheet1.
|
| PDF995 on NE00 | 18 Nov 2007 04:04 GMT | 1 |
I have the following code (partial) Dim CurrentPrinter As Variant Workbooks.Open Filename:="C:\Quotes\Quote Form.xls" Application.CutCopyMode = False
|
| Limitation to Number Format in VLOOKUP? | 17 Nov 2007 23:25 GMT | 2 |
The following is an example of the numbering format that I am using to identify items and retrieve data in another worksheet using the VLOOKUP function. One reason that the number sequence is not working may be related to the gaps between each number. Or is it a limitation in the ...
|
| Format code returning error | 17 Nov 2007 20:57 GMT | 2 |
Oh Wise Ones, I have a sheet that inserts a row and formats some cells including this line that works: Worksheets("Open Red Tags").Range("Q4").Formula = "=IF(J4=$K$1,H4,"""")"
|
| Delete in different worksheets and workbooks | 17 Nov 2007 20:15 GMT | 9 |
Hi Experts, I am trying to repeat the procedure below (delete "Back To Contents" in 45 sheets and 11 workbooks), but I can not find the right code. I am doing with For next, but is deleting that only in the Active worksheet.
|
| Reference dynamic filename | 17 Nov 2007 18:59 GMT | 3 |
I have the following part code included in macro 1: Dim spath As String spath = Range("B3").Value ActiveWorkbook.SaveAs spath & ".xls"
|