Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks guys, much appreciated.
Gary''s Student wrote: Sub TripBee()Dim r1 As Range, r2 As RangeSet r1 = Application. 11-Nov-09 Sub TripBee() Dim r1 As Range, r2 As Range Set r1 = Application.InputBox(prompt:="select source range", Type:=8) Set r2 = Application.InputBox(prompt:="select destination cell", Type:=8) For Each r In r1 If IsNumeric(r) Then r.Copy r2 Set r2 = r2.Offset(1, 0) End If Next End Sub -- Gary''s Student - gsnu200908 "Trip Bee" wrote: Previous Posts In This Thread: EggHeadCafe - Software Developer Portal of Choice Encrypt / Hide Sensitive Global Configuration Data http://www.eggheadcafe.com/tutorials...sensitive.aspx |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy and Past Values AND Formatting AND Text | Excel Discussion (Misc queries) | |||
TO DELETE ONLY NUMERIC VALUES IN A CHARACTER AND NUMERIC CELL IN | Excel Discussion (Misc queries) | |||
Copy Past Values | Excel Discussion (Misc queries) | |||
Copy and past as values | Excel Programming | |||
Return Numeric Labels that have different Numeric Values | Excel Worksheet Functions |