Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi all If I upgrade from Office 2003 to Office Professional 2010 , will all my macros work? Grateful for help. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi all If I upgrade from Office 2003 to Office Professional 2010 , will all my macros work? Grateful for help. Mine do! -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Wednesday, August 20, 2014 4:10:21 PM UTC-5, Colin Hayes wrote:
Hi all If I upgrade from Office 2003 to Office Professional 2010 , will all my macros work? Grateful for help. Not a problem |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Colin Hayes" wrote:
If I upgrade from Office 2003 to Office Professional 2010, will all my macros work? Mostly, yes. But it depends on what you do in the macros. For example, to use IsOdd in VBA for XL2003, you might select the reference ATPVBAEN.XLS, then write MsgBox IsOdd(123) or MsgBox [atpvbaen.xls].IsOdd(123). Neither works in VBA for XL2010 because IsOdd is a standard WorkSheetFunction. We must write MsgBox WorksheetFunction.IsOdd(123) or MsgBox Application.IsOdd(123). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel upgrade | Excel Discussion (Misc queries) | |||
Excel upgrade | Excel Discussion (Misc queries) | |||
How do I upgrade to 2003 | Excel Discussion (Misc queries) | |||
Upgrade problems... | Excel Discussion (Misc queries) | |||
Upgrade | Excel Programming |