Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I make macro: Sub macro1() Range("D6").Select ActiveCell.FormulaR1C1 = "0" Range("D16").Select ActiveCell.FormulaR1C1 = "0" While Range("D23") < 0 Range("D23").GoalSeek Goal:=0, ChangingCell:=Range("D6") Wend While Range("D23") 0 Range("D23").GoalSeek Goal:=0, ChangingCell:=Range("D16") Wend End Sub How to make it automaticly working for range of cells (D6:X6) , (D16:X16) and (D23:X23) ? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can I make tabs work only in the colums being used? | Excel Discussion (Misc queries) | |||
How do I make a template that will print all the lines and colums | New Users to Excel | |||
I want to make three sub colums under an original colum | Excel Worksheet Functions | |||
The colums changed from alpha to numeric how do you make it alpha | Excel Discussion (Misc queries) | |||
Macro & Command Key to change data from Colums to rows | Excel Programming |