| Thread | Last Post | Replies |
|
| if range=nothing then | 26 Jan 2006 22:32 GMT | 2 |
Hi, I don't know how to use an if structure with arange: rngEndCell is a range If rngEndCell = Nothing Then ssss = Cells(47, columna).Address(False, False)
|
| Excel save date | 26 Jan 2006 22:30 GMT | 4 |
I need to have a function in Eexcxel that will Automatically capture the save date (like in Word) for version control. Format would be MMMM/DD/YYYY HH:MM and would like it to be in footer. Please indicate the steps to program it into excel as well.
|
| vlookup question | 26 Jan 2006 22:26 GMT | 12 |
I'm trying to write vlookup that will lookup cells in a different worksheet. However, there are two matches on the other worksheet. How can I get it to sum up those two matches and then put it as my value. I'm looking for something like this but I don't know how to get it to
|
| 0 considered as empty | 26 Jan 2006 22:00 GMT | 3 |
Hi, is there somehow tell VB that 0<>Empty?????? I have problems with this part of my code blablabla If Cells(aa, columna) = c Then
|
| Reference to Libraries | 26 Jan 2006 21:39 GMT | 3 |
I have a form I've created in Excel 2003 that used ADO to connect an Access database. After distributing it, one person has come back saying they get a message "can't find project or library" and nothing runs.
|
| Use spinner to set a cell reference in a formula | 26 Jan 2006 21:34 GMT | 4 |
Is it possible to use the spinner to set the numeric portion of a cell reference, eg the 21 in the cell range "A21"? The resulting cell range, "A21", is to be used in another formula...like this: Cell "B10" = "A21"
|
| How can I have excel tell me what string appears most in a column? | 26 Jan 2006 21:31 GMT | 1 |
I have a column of alpha numeric strings and I want excel to be able to find which strings appear most frequently. The column is several hundred cells/ rows long and each cell contains as many as 15 or so strings. Is there a way to do this as an easily repeatable process in ...
|
| Enter Text in Cell on Click | 26 Jan 2006 21:21 GMT | 2 |
I want to be able to do the following: 1. Click in a cell inside a named range ("DNS_zones_selection") and have "x" entered into the clicked cell. 2. If the cell already has an entry, it should be erased.
|
| Insert column, move data with VBA | 26 Jan 2006 21:06 GMT | 4 |
Ok here is what I have: Columns with several rows of names followed by several rows of numbers, I need to cut the numbers out, insert a new column and paste them in the new column. I have tried several things but can't quite get it. I
|
| macro total for colums with changing # of rows | 26 Jan 2006 20:58 GMT | 5 |
I'd like to build a macro that sums up four colums in a worksheet. The workbook is generated automatically by a database program. Once I open the workbook i have a macro that does all the formatting for me, but i have to go in and manually totall the last four collums of the ...
|
| Help with Custom Dialog Box | 26 Jan 2006 20:52 GMT | 3 |
This is my first attempt at a Dialog Box and I'm a bit stuck. I've created a User Form which comprises a List box containing a list of names and a Text Box to which the User adds text then if they press OK I want the value selected in the List Box to be "looked up" against a list ...
|
| jittery cursor | 26 Jan 2006 20:51 GMT | 3 |
Yesterday I asked a question about enabling chart events, and am grateful for the replies. While I was waiting, I figured out, using a chart sheet, how to use VB to create custom chart tips when I mouse over a point (thanks to Chip for some of the code). The problem I ma having ...
|
| Updating collection values to use as summary | 26 Jan 2006 20:22 GMT | 3 |
I have a worksheet with 2 columns, the first column contains a quantity, and second contains a "Unit ID" (string). Any Unit can appear several times throughout the list. I am wanting to generate another Summary List and I figured that a collection would be a good way to go, now I
|
| Excel 2000 error | 26 Jan 2006 20:14 GMT | 2 |
Can someone explain to me why this fails in Excel 2000? They're getting an error: *Microsoft Visual Basic Compile Error: Named Argument Not Found* Code:
|
| right click menu, userform show | 26 Jan 2006 20:11 GMT | 3 |
i have written a little code to add some new items to the "cells" right click menu. the only way i could figure out to use a right click menu was to call a second sub that opens the userform. here's what i am doing now:
|