Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I am trying to use row&col in a range. Code is as follows. I get the errow application-defined or object-defined error ShortRawMonFileName is correct and "Sheet1" is correct Set source = Workbooks(ShortRawMonFileName).Sheets("Sheet1").Ra nge(ActiveSheet.Cells(1, 1), ActiveSheet.Cells(16, 5)) I also tried Set source = Workbooks(ShortRawMonFileName).Sheets("Sheet1").Ra nge(Cells(1, 1), Cells(16, 5)) Thanks Chad |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Range as cell numbers | Excel Programming | |||
sum a range of numbers entered into a cell | New Users to Excel | |||
Range of numbers in a single cell | Excel Discussion (Misc queries) | |||
occurance of numbers in cell range | Excel Worksheet Functions | |||
Sum the first 10 numbers in a 26 cell range | Excel Programming |