Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
*incorrect
mm = ("Sheet" & 3) Set tableB = mm.Range("a1:g1000") 1)i got runtime error 424 object required. why? because the sheet number is enter by user in the inputbox and i do not want to hardcode it. pls help 2) instead of putting ("a1:g1000") what should i put for ranging whole worksheet? *correct set tableB = sheet3.range("a1:g1000") |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting instances of found text (Excel error? Or user error?) | Excel Worksheet Functions | |||
Befuddled with For Next Loop ------ Run - Time Error '13' Type Mismatch Error | Excel Programming | |||
Automation Error, Unknown Error. Error value - 440 | Excel Programming | |||
Syntax Error Runtime Error '424' Object Required | Excel Programming |