|
-
Mar 18th, 2005, 05:14 PM
#1
Thread Starter
Frenzied Member
macro not digitally signed
Hello
I have got macros "embedded(?)" in my excel spreadsheet and when i open it, it says
"Macros in this workbook are disabled because the security level is high, and the macros have not been digitally signed or verified as safe. To run the macros, you can either have them signed or change your security level. Click help for more information"
what is a ddigitally signed macro and how can i digitally sign a macro
also how can i reduce the security level of my excel spreadsheet?
-
Mar 18th, 2005, 05:28 PM
#2
Re: macro not digitally signed
Checkout my CodeBank code on creating and using a Digital Signature.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 18th, 2005, 06:12 PM
#3
Thread Starter
Frenzied Member
Re: macro not digitally signed
-
Apr 25th, 2007, 10:04 PM
#4
New Member
Re: macro not digitally signed
 Originally Posted by RobDog888
Hi There,
IS there a way to automate the digital signing process? using VB6 or VB .NET.
I have verisign digital cert and most of time I get 50 to 100 .dot templates to sign, opening each template and then applying signature is a big pain for that number of templates.....
Any help is appreciated.
BTW: I have looked at SignatureSet and Signature object but to no help.
TIA
-
Apr 25th, 2007, 10:52 PM
#5
Re: macro not digitally signed
You might be able to automate it by opening a doc, opening the vba editor, then invoking the menus to sign the project but may be flakey using SendKeys unless you switched it to use API code but thats allot more work.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Apr 25th, 2007, 11:29 PM
#6
New Member
Re: macro not digitally signed
 Originally Posted by RobDog888
You might be able to automate it by opening a doc, opening the vba editor, then invoking the menus to sign the project but may be flakey using SendKeys unless you switched it to use API code but thats allot more work.
Indeed a document can be opened hence the VBA Editor but this way iwill have to open each document to sign, I am just wondering if there is a way to sign them in the backround?
I willing to do/write code..the way it is needed. Please give me exmples if possible.
TIA
-
Apr 25th, 2007, 11:48 PM
#7
Re: macro not digitally signed
I didnt see anything promissing but have you tried recording a macro and see if it gets recorded?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|