Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear All,
Pls help tt,I have create a workbook with lox macro, and hav to hide them from the end users, it was saved as "Microsoft Excel wookbook" type,(i.e. as restricted from saving as a lower version workbook. However, problem is when i try to open it under a lower version of MS-Office 2000, it promps me a run time error msg and asking for debugging. The bugging line indicates a copy and paste special section not able to run. On the other hand, if i choose to End the debug, certainly no macro proceeded. If there any way to solve the problem? or even, not to hide the macro but only the pre-definied password inside macro ? thx soso much!! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Kalz,
sounds to me like you are using a paste method which was not available in the earlier Excel version. Please post the code so that we can identfy it for you. OJ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear OJ,
This is the highlighted line: Selection.copy Range("AF4").Select Range(Selection, Selection.End(xlDown)).Select Selection.PasteSpecial Paste:=xlPasteValidation, Operation:=xlNone, _ SkipBlanks:=False, Transpose:=False "OJ" wrote: Kalz, sounds to me like you are using a paste method which was not available in the earlier Excel version. Please post the code so that we can identfy it for you. OJ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Code as followed:
Selection.copy Range("AF4").Select Range(Selection, Selection.End(xlDown)).Select Selection.PasteSpecial Paste:=xlPasteValidation, Operation:=xlNone, _ SkipBlanks:=False, Transpose:=False thx "OJ" wrote: Kalz, sounds to me like you are using a paste method which was not available in the earlier Excel version. Please post the code so that we can identfy it for you. OJ |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Kalz,
I cannot confirm this but I would hazard a guess that xlPasteValidation is not available in the earlier version of Excel. What happens when you put the cursor over xlPasteValidation and hit F1 for help? O |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I dont want to have to do a macro | Excel Discussion (Misc queries) | |||
Help Required!!! Macro to load data from version 1 to version 2 | Excel Worksheet Functions | |||
Reference Library - Missing Library in a lower version. | Excel Programming | |||
VB Programming, trying to save as lower version | Excel Programming | |||
Open up workbook but dont update links | Excel Programming |