Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi all Is it possible to "select" a varying amount of text for copying from a worksheet (sheet1) that will never be the same range? I need excel to !find" the extent of the range for copying every time? Part of the macro I run copies text from "sheet"1 to "sheet 2", but the number of rows is always different in sheet 1 Is this possible using VBA? Thanks for your help. Regards, Michael |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() MyRange = Worksheets("Sheet1").Cells(Rows.Count, _ 1).End(xlUp).Row Abdul Salam -----Original Message----- Hi all Is it possible to "select" a varying amount of text for copying from a worksheet (sheet1) that will never be the same range? I need excel to !find" the extent of the range for copying every time? Part of the macro I run copies text from "sheet"1 to "sheet 2", but the number of rows is always different in sheet 1 Is this possible using VBA? Thanks for your help. Regards, Michael . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing the range for averages with out changing the formula. | Excel Worksheet Functions | |||
Searching a date range to output values according to a constant. | Excel Discussion (Misc queries) | |||
Searching a date range to output values according to a constant. | Excel Discussion (Misc queries) | |||
Selecting range in list of range names depending on a cell informa | Excel Discussion (Misc queries) | |||
changing value of a cell by selecting an item from a drop down list | Excel Worksheet Functions |