Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am writing this VB code
Set MyCells = Worksheets("Sheet2").Range(Cells(1, 1), Cells(1, 3000)) I then want to use MyCells as a reference for a Application function. However, I get the "Application-defined or object-defined error" message. Anyone know what I might be doing wrong here? Thanks Brian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Define variable range input for SUM() function | Excel Worksheet Functions | |||
can I define validation range by function? | Excel Worksheet Functions | |||
Define a range of cells in VBA | Excel Discussion (Misc queries) | |||
Macro - define cell range for a sum function | Excel Discussion (Misc queries) | |||
Re-define a range in cells | Excel Programming |