Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there any macro that can be made to simplify the code below,, such
that ("$A:$A"), is automatically replaced by B,C,D.....IV, insteading of having something given below? Please let me know. Thanks Application.Run "ATPVBAEN.XLA!Histogram", ActiveSheet.Range("$A:$A"), _ "", Sheets("Sheet4").Range("$A:$A"), False, False, True, True Application.Run "ATPVBAEN.XLA!Histogram", ActiveSheet.Range("$B:$B"), _ "", Sheets("Sheet4").Range("$B:$B"), False, False, True, True Application.Run "ATPVBAEN.XLA!Histogram", ActiveSheet.Range("$C:$C"), _ "", Sheets("Sheet4").Range("$C:$C"), False, False, True, True Application.Run "ATPVBAEN.XLA!Histogram", ActiveSheet.Range("$C:$C"), _ "", Sheets("Sheet4").Range("$D:$D"), False, False, True, True ............ ................ ................... Application.Run "ATPVBAEN.XLA!Histogram", ActiveSheet.Range("$IV: $IV"), _ "", Sheets("Sheet4").Range("$IV:$IV"), False, False, True, True |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
If changed array formula reduce ""\""\""\ - signs to #Missing, will it make ... | Excel Programming |