Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I modify the expression;
Set myRange = Workbooks(2).Worksheets("Sheet1"). _ Range("E1") to use a column and row number reference such as Cells(1,5) instead of the "E1" designation? When I use; Set myRange = Workbooks(2).Worksheets("Sheet1"). _ Range.Cells(1, 5) I get a runtime error. Thanks, Keith |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"keithb" wrote in
: How can I modify the expression; Set myRange = Workbooks(2).Worksheets("Sheet1"). _ Range("E1") to use a column and row number reference such as Cells(1,5) instead of the "E1" designation? When I use; Set myRange = Workbooks(2).Worksheets("Sheet1"). _ Range.Cells(1, 5) I get a runtime error. Thanks, Keith What if you leave out "Range."? -- It is I, DeauDeau (Free after monsieur Leclerc in 'Allo, 'allo) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Difficulty "countif"-ing number of "L1" or "L2" on an autofiltered | Excel Worksheet Functions | |||
How do I change the column heading in Excel to display "A" "B" "C | New Users to Excel | |||
Need to change "open with" designation? | Excel Discussion (Misc queries) | |||
Binocular search tool, Excel, loses column designation at "Find" | Excel Discussion (Misc queries) | |||
How do I split "A1B2" into "A1" and "B2" using text to column fun. | Excel Programming |