| Thread | Last Post | Replies |
|
| Find and display only duplicates | 19 May 2008 18:37 GMT | 6 |
I need help please! I have a worksheet with multiple rows/columns of data. I need to look at the text in each cell in column B (which is already sorted alphabetically) and if a cell is repeated, to display only the rows in which the cells in a column are duplicates.
|
| Macro to fill column with SUMPRODUCT formula | 19 May 2008 18:32 GMT | 4 |
Hi, I'm new to macros. How do I create a macro that sorts by Column A, inserts two new columns after column B (i.e. they will become column C & D) and fill column C & Column D with these formulas down to the last row in the current
|
| matching multiple columns on different worksheets | 19 May 2008 18:25 GMT | 1 |
I have two worksheets with the same information in columns A,B and C. My second worksheeet has hours worked in Column D. What I would like to do is have a formula that states if columns A B and C are equal in both tables to have the result in column D in my seocnd table to appear ...
|
| Macro to compare columns and output the results | 19 May 2008 18:23 GMT | 5 |
I have another question. I'm comparing two pairs of columns (Column D with E, Column F with G. The data in these are vlookup-ed from other sheets) and putting down the comparison results in Column H.
|
| Center text in a shape textframe | 19 May 2008 16:50 GMT | 4 |
I need to center text in an autoshape oval's text frame. It works fine in Excel 2007 by using the text frame and inserting a single letter as a character with no additional instructions. However, after loading it at work in Excel 2003 the character is barely visible in the ...
|
| Check if file exists | 19 May 2008 16:39 GMT | 3 |
I'm fairly new to this & I've read a couple of similar posts but they don't seem to answer my question fully. I am importing a csv file (c:\nlexp.csv) from our Dealer Management system on a daily basis, however, if the export from DMS is run more than once in the day, the ...
|
| Anyway to detect a new page | 19 May 2008 16:26 GMT | 4 |
Hello I'd like someway to figure out if my loop ends up on a new page, and I was wondering if there was a check to see if something is on a different page? For example I was thinking of something along the lines: dim pageAt as Integer
|
| Create Pie Chart with Percentage and Show it on Userform | 19 May 2008 16:12 GMT | 7 |
Dear Experts, You have always helped me whenever I am in troble. so I am again here for some help from the experts of this fantastic discussion board. I have three columns as give below:
|
| cells function | 19 May 2008 16:05 GMT | 6 |
The resulto of the code ActiveCell.Formula = "=" & (Cells(11, Sheets.Count + 1)) is : = But, I need it to be equal to :
|
| Advice on code | 19 May 2008 16:03 GMT | 2 |
Hello all, i have to loop down a sheet in column "L" and for each cell i need to calculate "=(J12-H12)/30.5". Is it better/Quicker to do the calculation in VBA and then insert the result in applicable row in in column "L", or is it better to loop down and put a calculation in ...
|
| Retrieving Excel data | 19 May 2008 15:33 GMT | 3 |
I've been assigned a task to write an Visual Basic .Net application that read data from an existing excel file and uploads the data to an SQL Server. The excel file itself is not a VSTO application, nor does it use VBA code. I know I can save an Excel file as a tab delimited ...
|
| how to declare a public workbook? | 19 May 2008 15:25 GMT | 3 |
I'd like to declare a workbook and a worksheet before the first procedure so that all other procedures can use them. When I tryied to use Set Statement as "Set myBook = Workbooks("test.xls")", I've got "invalid outside of a procedure"
|
| Error 1004 on long For loop, adding hyperlinks. What's going on? | 19 May 2008 15:14 GMT | 1 |
I have a very large worksheet with about 110,000 rows, and a VBA program that analyzes each of these rows, comparing their values with other sheets in the same workbook. In one Sub in my program, I have a For loop that I expect to execute
|
| find & replace | 19 May 2008 15:08 GMT | 2 |
Is it possible only with "find & replace", put a string before the same contents ? I mean: - I have 50 cells contains only 2 letter ("AA", "BB", "CA", ...)
|
| Force CommandBar Position | 19 May 2008 14:38 GMT | 2 |
I maintain an add-in on my employer's shared drive. Currently, when users who have installed my add-in launch Excel, the add-in deletes its toolbar and rebuilds it to ensure they are alway using the most recent version. However, the code is not remembering the previous location ...
|