| Thread | Last Post | Replies |
|
| Top 10 Values | 22 Feb 2006 09:07 GMT | 4 |
Assume I have two excel files. I'm having a file with the following values in a workbook called First.xls under worksheet called 'data'. I need to find the top 5 values and populate these values in a another workbook(second.xls) in a worksheet called 'top 5 values'. How it can
|
| copy content of 1 sheet to another one. | 22 Feb 2006 07:39 GMT | 1 |
I use VBA and excel 2003. I would like via VBA, copy the content of 1 sheet in the file "test.xls" to a sheet in the file "filedesti.xls". I tried : workbook("test.xls").sheet(1).copy workbook("filedesti.xls").sheet(1)
|
| how to input date only in A1 cell. | 22 Feb 2006 06:58 GMT | 3 |
i want to input the date only not text,time in the A1 cell. using validation.... for example =isdate(a1)
|
| Table To Text ( MS Word) | 22 Feb 2006 06:40 GMT | 1 |
can any one tell me code for converting Table to Text i have used this but its giving me error '**************** Selection.Rows.ConvertToText Separator:=wdSeparateByParagraphs,
|
| Create login popup for excel worksheet | 22 Feb 2006 06:04 GMT | 1 |
Hello there... i want to create a popup which will appear when i wil open an Excel sheet and ask for user name and password. Please guid me. Thanks in advance --
|
| Don't save external data. | 22 Feb 2006 04:36 GMT | 3 |
Hi, I have a workbook that imports data from a folder containing .csv files and puts the data from each csv file into a new sheet. What I want to do is save the workbook and retain the sheets and the code that fetches the external data, but not actually save the external data. Is
|
| Sorting data with Named Ranges | 22 Feb 2006 04:15 GMT | 3 |
I have salary data in say 3 cells that I name them (Insert->Name->Define) say CEO_Salary, VP_Salary and Manager_Salary. Now when I sort this data the names point to different salaries. My CEO is getting a Managers salary after the sort :-)
|
| HELP: excel macro programming woes.... :S | 22 Feb 2006 04:03 GMT | 2 |
I have a excel problem. I am writing a VBA macro for a generic Excel template to: 0. Upon first load up, immediately SaveAs (date-timestamp).xls to make a copy of itself so that the generic template file can be opened by another
|
| Random Number Generator | 22 Feb 2006 02:20 GMT | 2 |
I was wondering if I could get a better random number generator than the one in excel. I was also wondering if the VB generator is any better than the VBA generator. Thanks in advance.
|
| Move from a function statement to VBA code? | 22 Feb 2006 01:55 GMT | 8 |
I have some worksheets that use a Vlookup statement to get information from other worksheets. Right now I have the statement below repeated for 1000 rows. I'd like to remove these statement and complete the work entirely in VBA code. One of the reasons for this is to make the ...
|
| Pasting Banking Info to Excel - Debits and Credits | 22 Feb 2006 01:27 GMT | 4 |
Moment of laziness? surely not. Has anyone written a short proc. to convert bank entries which are text ending with " Dr" and " Cr" into the numerical equivalent. I did do a Google search but did not find anything useful
|
| insert row and add functions | 22 Feb 2006 01:12 GMT | 1 |
I'm trying to write a macro to loop through rows in a large range. When it determines that, for example A2 <> A3 it inserts two rows. It then counts number of records in that section SUMS all the numbers in this section. i.e above first newly inserted row back to last blank
|
| Ctrl + Home on all worksheets | 22 Feb 2006 01:08 GMT | 3 |
I found the below code (compliments of Tom Ogilvy) that works great for what I'm trying to do. I would just like one last step that I can't figure out. I want to convert all formulas to values in all sheets, which is what the code below does. When the code is done running, ...
|
| Convert column to text | 21 Feb 2006 23:42 GMT | 3 |
I want to convert a column with "SSN" title in text but I don't know where the column is located. The programation below gives me the first column wich contains SSN title. Does anyone know how to find an exact match of the SSN title ?
|
| Printer orientation with multi pages | 21 Feb 2006 23:35 GMT | 4 |
Hi - I'm printing a number of pages from a multi mage control on a userform. I need to print it landscape but don't know how to set the orientation programatically.
|