Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Am completely new to macros in excel. Can anyone tell me why I am getting this error message "object doesn't support this property or method (ERROR 438) on the following code line -" ActiveSheet.SmallScroll Down:=5 " I have been searching for hours and can't find a solution -- PBM ------------------------------------------------------------------------ PBM's Profile: http://www.excelforum.com/member.php...o&userid=28900 View this thread: http://www.excelforum.com/showthread...hreadid=486476 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi PBM,
Try: ActiveWindow.SmallScroll Down:=5 --- Regards, Norman "PBM" wrote in message ... Am completely new to macros in excel. Can anyone tell me why I am getting this error message "object doesn't support this property or method (ERROR 438) on the following code line -" ActiveSheet.SmallScroll Down:=5 " I have been searching for hours and can't find a solution -- PBM ------------------------------------------------------------------------ PBM's Profile: http://www.excelforum.com/member.php...o&userid=28900 View this thread: http://www.excelforum.com/showthread...hreadid=486476 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Try this: Code: -------------------- ActiveWindow.SmallScroll Down:=5 -------------------- HTH ilyaskazi -- ilyaskazi ------------------------------------------------------------------------ ilyaskazi's Profile: http://www.excelforum.com/member.php...o&userid=23969 View this thread: http://www.excelforum.com/showthread...hreadid=486476 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use.....but select activate the sheet first
ActiveWindow.SmallScroll Down:=5 -- Cheers Nigel "PBM" wrote in message ... Am completely new to macros in excel. Can anyone tell me why I am getting this error message "object doesn't support this property or method (ERROR 438) on the following code line -" ActiveSheet.SmallScroll Down:=5 " I have been searching for hours and can't find a solution -- PBM ------------------------------------------------------------------------ PBM's Profile: http://www.excelforum.com/member.php...o&userid=28900 View this thread: http://www.excelforum.com/showthread...hreadid=486476 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Norman, Ilyaskai, Nigel, Thanks guys, it works a treat. -- PBM ------------------------------------------------------------------------ PBM's Profile: http://www.excelforum.com/member.php...o&userid=28900 View this thread: http://www.excelforum.com/showthread...hreadid=486476 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I tried to get around the problem of the pivot table field settingdefaulting to Count instead of Sum by running a macro of change the settingfrom Count to Sum. However, when I tried to run the Macro, I got error messageof run time error 1004, unable | Excel Worksheet Functions | |||
I tried to get around the problem of the pivot table field settingdefaulting to Count instead of Sum by running a macro of change the settingfrom Count to Sum. However, when I tried to run the Macro, I got error messageof run time error 1004, unable | Excel Discussion (Misc queries) | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) | |||
naming tab macro error runtime error 1004 | Excel Programming | |||
Macro 'Automation error' with ChemOffice Excel macro | Excel Programming |