Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I want to use ROW(), COLUMN()and ADDRESS() functions
in an Exell macro, I receive the message "Compiler error: Sub or function not defined.". Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
if you're using the worksheetfunction object these worksheet functions are not supported in VBA. Reason: There're VBA equivalents. e.g. with activecell msgbox .row msgbox .column msgbox .address end with -- Regards Frank Kabel Frankfurt, Germany "Mehrdad hakimzadeh" schrieb im Newsbeitrag ... When I want to use ROW(), COLUMN()and ADDRESS() functions in an Exell macro, I receive the message "Compiler error: Sub or function not defined.". Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2003 macro generates compiler error on 2007 | Excel Worksheet Functions | |||
Compiler Error - Not an Appropriate Name | Excel Discussion (Misc queries) | |||
Compiler Error | Excel Discussion (Misc queries) | |||
VBA Compiler Error Cause Excel to Crash | Excel Programming | |||
Compiler Error - Named Argument Not Found | Excel Programming |