Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm the one trying to do the if a=b the copy c to d .......I appreaciate all
the help I got............ I put the macro into the VBA of the file (someone told me how to do the VBA programming)......... problem is and I feel really stupid here..... I'm not sure what the variables are..... here is the suggested statement. Private Sub Worksheet_Change(ByVal Target As Range) If Range("A1").Value = Range("B1").Value Then Range("D1").Copy Range("E1") End Sub I am no longer trying to jump from different sheets. Just different areas of the same worksheet. Is .Value a variable or part of the formula? I assume Range is a predesignated range I have created. Next. Once I have it set up in VBA. How do I save and execute it? I went all through the VBA help files and nothing says how to save or execute a program created ....... I need this to repeat for about 900 rows of data and in 8 columns. I'm determined. I know this can be automated. Please help...... I'll consider naming my first born great great grandchild after you (other first taken already). Marie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
extracting totals from 1 work sheet to another work work sheet | Excel Discussion (Misc queries) | |||
Counting dates in multiple work sheets and work books | Excel Discussion (Misc queries) | |||
I wish to save my Excell work in my work sheets | Excel Worksheet Functions | |||
Is there away to keep "auto save" from jumping to the first work sheet in the work book? | New Users to Excel | |||
Spin button in a work sheet - how do I make it work? | Excel Worksheet Functions |