| Thread | Last Post | Replies |
|
| How to make a macro that automatically starts after clicking a cel | 17 Feb 2006 12:31 GMT | 1 |
I want to make a macro which runs after I click a cell or I leave a cell by pressing Enter or Arrow keys?
|
| sum alphanumeric cells | 17 Feb 2006 12:04 GMT | 5 |
I am trying to sum alphanumeric cells, the following cells have: A1= Mon, A2= blank B1= Tue, B2= 3 C1= Wed, C2= 4a
|
| Private sub worksheet_change(bval target as range) issue | 17 Feb 2006 12:00 GMT | 2 |
I have a macro that changes the color of the cell "g4" as the cell changes numerical values in this code: Private Sub Worksheet_Change(ByVal Target As Range) If Not Application.Intersect(Range("g4"), Target) Is Nothing Then
|
| Array Problem -- again! | 17 Feb 2006 11:58 GMT | 1 |
Is there a method to find if array elements have been set? For example; ReDim Preserve ary(1 To 3, 1 To 3, 1 To Counter) - sets up array '@ Deletes array values
|
| getting Excel to create an extra column | 17 Feb 2006 11:45 GMT | 2 |
I might be re-inventing the wheel here, but any assistance would be appreciated. I have a data import (SQL query) to one sheet of sales data (date, rep name, amount, qty etc. etc. )
|
| Macros to send email automatically | 17 Feb 2006 11:45 GMT | 9 |
I was creating a spreadsheet (forms) to collect feedback and I put a button on called "submit" to get people submit the data... The code is as follows: Sub Button1_Click()
|
| How Can I '{F4} Key down event' on RefEdit Control? | 17 Feb 2006 11:42 GMT | 1 |
I'm trying to make a form like 'Paste Function' Dialog. And I want to switch the cell address in a RedEdit contorl from/to AbsoluteAdress<-> Relative Address.
|
| C | 17 Feb 2006 11:27 GMT | 4 |
I have a part of VBA code that reads: Windows("Data 31 Dec 05.xls").Activate This works fine at the moment but at somepoint the file is going to b saved again with its name changed. This part of the formula kicks i
|
| What am I doing wrong, here? | 17 Feb 2006 11:23 GMT | 3 |
On Sheet1 (activesheet) I have numbers in Range B1:C200. In the immediate window I've entered: Activesheet.Range("A:A").Formula = (Range("B1:B200") * Range("C1:C200")) When I press enter I get a run-time error 13, type mismatch
|
| visible footer | 17 Feb 2006 11:22 GMT | 1 |
Hi experts, I know that the footer is visible in the preview but Can we also make the footer info visible in the normal view of an excel sheet?. J_J
|
| emailing a whole spreadsheet | 17 Feb 2006 11:20 GMT | 11 |
HI everyone, hope someone can help ? :) I have a spreadsheet which I would like to automatically email to selected users, based on the email address entered into a cell within the spreadsheet.
|
| Run a macro after time | 17 Feb 2006 11:14 GMT | 2 |
Is there away to run a macro auto after a clock, like when there are gone 3 minnits the run macro regards
|
| Pass contents of a cell to a macro | 17 Feb 2006 10:56 GMT | 3 |
I have a cell (called Print_Range). I want to call a macro to set the print range to the contents of Print_Range e.g. $A$1:$E$55
|
| FormatConditions(1).Formula1 | 17 Feb 2006 10:37 GMT | 9 |
It is known that ActiveCell.FormatConditions(1).Formula1 returns the formula as a string. How can I ask if this formula fulfils for ActiveCell (or another cell) or not?
|
| Stop a macro | 17 Feb 2006 09:57 GMT | 1 |
I have a mcro there lookup in another fil But sometimes this dosn't work because the net i down or something like that, but my macro trying to get the data how can i stop this ??
|