Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 212
Default Can not digitally sign

My project contains Workbook_Open / BeforeClose, etc. macros.

When I try to digitally sign the project and try to save it, I get following
error:-

"This workbook contains Excel 4.0 macros. Workbook containing these macros
can not be singed. Remove the Excel 4.0 macro sheets, and then try the
signing operation."

My current excel version is Office Excel 2003 (SP1).

The macros were created in excel 2000.

How do I now digitally sign my project? Any help will be greatly
appreciated.

(By the way, the projects I created in Outlook, WinWord I could sign
successfully, though they too were created in MS Office 2000 version.)

Sharad


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Can not digitally sign


you'll have to search for:

Macrosheets
Named Formulas using macro commands

and remove/replace these with "pure" vba.





--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Sharad Naik wrote :

My project contains Workbook_Open / BeforeClose, etc. macros.

When I try to digitally sign the project and try to save it, I get
following error:-

"This workbook contains Excel 4.0 macros. Workbook containing these
macros can not be singed. Remove the Excel 4.0 macro sheets, and then
try the signing operation."

My current excel version is Office Excel 2003 (SP1).

The macros were created in excel 2000.

How do I now digitally sign my project? Any help will be greatly
appreciated.

(By the way, the projects I created in Outlook, WinWord I could sign
successfully, though they too were created in MS Office 2000 version.)

Sharad

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 212
Default Can not digitally sign

Well, I am using the "Template Wizard" in the workbook, and has hidden
macrosheet.
Can't remove it since I need the Template Wizard.

Thanks, for the tips :)

Sharad
"keepITcool" wrote in message
ft.com...

you'll have to search for:

Macrosheets
Named Formulas using macro commands

and remove/replace these with "pure" vba.





--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Sharad Naik wrote :

My project contains Workbook_Open / BeforeClose, etc. macros.

When I try to digitally sign the project and try to save it, I get
following error:-

"This workbook contains Excel 4.0 macros. Workbook containing these
macros can not be singed. Remove the Excel 4.0 macro sheets, and then
try the signing operation."

My current excel version is Office Excel 2003 (SP1).

The macros were created in excel 2000.

How do I now digitally sign my project? Any help will be greatly
appreciated.

(By the way, the projects I created in Outlook, WinWord I could sign
successfully, though they too were created in MS Office 2000 version.)

Sharad



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 863
Default Can not digitally sign

As the message tells you, you CAN'T have XLM macro sheets in a signed project.
You'll have to get rid of the template wizard, or recreate your own wizard in
your VBA code.


On Wed, 10 Nov 2004 19:30:24 +0530, "Sharad Naik"
wrote:

Well, I am using the "Template Wizard" in the workbook, and has hidden
macrosheet.
Can't remove it since I need the Template Wizard.

Thanks, for the tips :)

Sharad
"keepITcool" wrote in message
oft.com...

you'll have to search for:

Macrosheets
Named Formulas using macro commands

and remove/replace these with "pure" vba.





--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Sharad Naik wrote :

My project contains Workbook_Open / BeforeClose, etc. macros.

When I try to digitally sign the project and try to save it, I get
following error:-

"This workbook contains Excel 4.0 macros. Workbook containing these
macros can not be singed. Remove the Excel 4.0 macro sheets, and then
try the signing operation."

My current excel version is Office Excel 2003 (SP1).

The macros were created in excel 2000.

How do I now digitally sign my project? Any help will be greatly
appreciated.

(By the way, the projects I created in Outlook, WinWord I could sign
successfully, though they too were created in MS Office 2000 version.)

Sharad



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 212
Default Can not digitally sign

Right,
I have to anyhow, do the code for integrating with access data base when I
will be getting rid of the template wizard.

Thanks.
Sharad

"Myrna Larson" wrote in message
...
As the message tells you, you CAN'T have XLM macro sheets in a signed
project.
You'll have to get rid of the template wizard, or recreate your own wizard
in
your VBA code.


On Wed, 10 Nov 2004 19:30:24 +0530, "Sharad Naik"

wrote:

Well, I am using the "Template Wizard" in the workbook, and has hidden
macrosheet.
Can't remove it since I need the Template Wizard.

Thanks, for the tips :)

Sharad
"keepITcool" wrote in message
soft.com...

you'll have to search for:

Macrosheets
Named Formulas using macro commands

and remove/replace these with "pure" vba.





--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Sharad Naik wrote :

My project contains Workbook_Open / BeforeClose, etc. macros.

When I try to digitally sign the project and try to save it, I get
following error:-

"This workbook contains Excel 4.0 macros. Workbook containing these
macros can not be singed. Remove the Excel 4.0 macro sheets, and then
try the signing operation."

My current excel version is Office Excel 2003 (SP1).

The macros were created in excel 2000.

How do I now digitally sign my project? Any help will be greatly
appreciated.

(By the way, the projects I created in Outlook, WinWord I could sign
successfully, though they too were created in MS Office 2000 version.)

Sharad







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you digitally sign your own macros? FARAZ QURESHI Excel Discussion (Misc queries) 1 September 13th 08 05:32 PM
How do I digitally sign a cell in an excel spreadsheet? Cheryl Excel Worksheet Functions 3 February 2nd 07 09:38 PM
how to digitally sign a macro? .:mmac:. Setting up and Configuration of Excel 4 December 4th 04 01:27 AM
Digitally Sign Macros RK[_5_] Excel Programming 1 April 10th 04 02:44 PM
Digitally Signing Macros Robert[_15_] Excel Programming 0 September 10th 03 09:58 PM


All times are GMT +1. The time now is 12:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"