Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings. I came across a site that helps introduce the concept of macros.
There is one example... Sub Example2() For x = 1 To 5 Cells(x, 3).Select Selection.Vaue = x + 1 Next x End Sub that is simple enough, but when I try to run it, I get 'Runtime error '438' Object doesn't support this property or method'. When I hit help, it says some stuff about a friend procedure being called late bound, and automation objects. Does anyone know what is happening? Thank you. Greg |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
runtime error '1004' application or object defined error | Excel Programming | |||
runtime error 13 - type mismatch error in Excel 97 on Citrix | Excel Programming | |||
runtime error '1004' application or object defined error. Please help | Excel Programming | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) | |||
Syntax Error Runtime Error '424' Object Required | Excel Programming |