Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
IIRC, there was one transition (don't remember the versions involved) where a
VBA function that was written without a type declaration, so defaulted to Variant, would not compile in the newer version -- had to add the "As Variant" to the end of the function line, i.e. Function XXX() 'in original version had to be changed to Function XXX() As Variant On Fri, 9 Sep 2005 13:26:55 -0500, "Chip Pearson" wrote: I've not experienced code that works in an earlier version but bombs in a later version. Can you provide some examples? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Complicated One -- Get all app versions & sum each | Excel Worksheet Functions | |||
Please include fonts from previous versions ('98) in new versions | Excel Discussion (Misc queries) | |||
Two Versions | Excel Discussion (Misc queries) | |||
Need macro to work in 2000 and 2002 versions | Excel Programming | |||
Different VBA versions | Excel Programming |