Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an Excel application that is used by manys users with Excel
versions varying from Excel 2000 to Excel 2007. WIth the release of Excel 2007, you must Digitally sign the project to enable macros. However, Microsoft has a known bug that results in the users being unable to save the file at times. The bug is a combination of Autorecover and the digital signature. Microsoft's solution is to disable autorecover. That can be done using: ActiveWorkbook.EnableAutoRecover = False However, since autorecovery was not available in Excel 2000, the workbook has a compilaion error. I tried using conditinal compilation, but I could not figure out how to use the Excel version in the conditional compilation. I also thought I may be able to use CallByName to solve this, but I couldn't figure out how to use that with the ActiveWorkbook.EnableAutoRecover statement. Any help will be MUCH appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What's the best way to toggle between true and false in Excel? Hiall, My excel work involves a lot of toggling between true and false (booleantypes) ... and it's very repetitive... Is there a way to select a bunch ofcells, and press a key short-cu | Excel Discussion (Misc queries) | |||
VBA always creates linked chart even when using PasteExcelTable False, False, False in Office 2007 | Excel Programming | |||
$C$1972,2,FALSE, $C$1972,3,FALSE is ok, But $C$1972,4,FALSE Give # | Excel Worksheet Functions | |||
IF(a1="x",(vlookup 18K rows,2,false),(vlookup 18K,3,false)) RAM? | Excel Worksheet Functions | |||
True Or False, no matter what... it still displays the false statement | Excel Programming |