Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have several macros I have created and I would like to have high security,
or at least medium, but I don't like excel asking me each time I start about the "Enable/Disable Macros." is there a way I can tell Excel that these macros are OK? Thanks Bruce |
#2
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The reason for the macro warning is that its fairly easy to write malicious
code that will damage another persons computer, ie Viruses. The warning cannot be turned off for this reason, it runs first before anything else is shown, if it could be turned off the sad Virus writing fraternity would have a field day as they would be able to do it via VBA code and infect your machine without any warning or consent. "BruceJ" wrote in message news:YWUpb.76762$mZ5.490359@attbi_s54... I have several macros I have created and I would like to have high security, or at least medium, but I don't like excel asking me each time I start about the "Enable/Disable Macros." is there a way I can tell Excel that these macros are OK? Thanks Bruce |
#3
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Alan,
I believe you can sign your own macros. Look under help for "Create your own digital certificate". If you plan to have your macros run on other computers, you might want to purchase a digital certificate from Verisign or one of other vendors. I don't know much about Digital Certificates, so perhaps others can join in and assist. Best regards, Kevin "Alan" wrote in message ... The reason for the macro warning is that its fairly easy to write malicious code that will damage another persons computer, ie Viruses. The warning cannot be turned off for this reason, it runs first before anything else is shown, if it could be turned off the sad Virus writing fraternity would have a field day as they would be able to do it via VBA code and infect your machine without any warning or consent. "BruceJ" wrote in message news:YWUpb.76762$mZ5.490359@attbi_s54... I have several macros I have created and I would like to have high security, or at least medium, but I don't like excel asking me each time I start about the "Enable/Disable Macros." is there a way I can tell Excel that these macros are OK? Thanks Bruce |
#4
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() http://support.microsoft.com/?KBID=206637 OFF2000: Overview of Digital Certificates (Q206637) http://support.microsoft.com/?KBID=217221 OFF2000: Using SelfCert to Create a Digital Certificate for VBA Projects (Q217221) use SelfCert -- Regards, Tom Ogilvy "BruceJ" wrote in message news:YWUpb.76762$mZ5.490359@attbi_s54... I have several macros I have created and I would like to have high security, or at least medium, but I don't like excel asking me each time I start about the "Enable/Disable Macros." is there a way I can tell Excel that these macros are OK? Thanks Bruce |
#5
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I tried this selfcert thing, but how do I tell Office that I am "Dave" (who
I created the certificate for) and it's ok to automatically open files that have macros by "Dave". Trusted sources apparently doesn't let me add any names. "Tom Ogilvy" wrote in message ... http://support.microsoft.com/?KBID=206637 OFF2000: Overview of Digital Certificates (Q206637) http://support.microsoft.com/?KBID=217221 OFF2000: Using SelfCert to Create a Digital Certificate for VBA Projects (Q217221) use SelfCert -- Regards, Tom Ogilvy "BruceJ" wrote in message news:YWUpb.76762$mZ5.490359@attbi_s54... I have several macros I have created and I would like to have high security, or at least medium, but I don't like excel asking me each time I start about the "Enable/Disable Macros." is there a way I can tell Excel that these macros are OK? Thanks Bruce |
#6
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dave,
I just tried this for the first time after reading the above posts. In VBE under tools, I clicked Digital Signatures and chose the signature. The first time I opened thenworkbook I got a dialog box that offers the option to "always trust files from this source" or something like that. I chose that option and mow the workbook just opens with no macro dialogs. hth, Doug "Dave R." wrote in message ... I tried this selfcert thing, but how do I tell Office that I am "Dave" (who I created the certificate for) and it's ok to automatically open files that have macros by "Dave". Trusted sources apparently doesn't let me add any names. "Tom Ogilvy" wrote in message ... http://support.microsoft.com/?KBID=206637 OFF2000: Overview of Digital Certificates (Q206637) http://support.microsoft.com/?KBID=217221 OFF2000: Using SelfCert to Create a Digital Certificate for VBA Projects (Q217221) use SelfCert -- Regards, Tom Ogilvy "BruceJ" wrote in message news:YWUpb.76762$mZ5.490359@attbi_s54... I have several macros I have created and I would like to have high security, or at least medium, but I don't like excel asking me each time I start about the "Enable/Disable Macros." is there a way I can tell Excel that these macros are OK? Thanks Bruce |
#7
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Works great! Thanks Doug!
"Doug Glancy" wrote in message ... Dave, I just tried this for the first time after reading the above posts. In VBE under tools, I clicked Digital Signatures and chose the signature. The first time I opened thenworkbook I got a dialog box that offers the option to "always trust files from this source" or something like that. I chose that option and mow the workbook just opens with no macro dialogs. hth, Doug "Dave R." wrote in message ... I tried this selfcert thing, but how do I tell Office that I am "Dave" (who I created the certificate for) and it's ok to automatically open files that have macros by "Dave". Trusted sources apparently doesn't let me add any names. "Tom Ogilvy" wrote in message ... http://support.microsoft.com/?KBID=206637 OFF2000: Overview of Digital Certificates (Q206637) http://support.microsoft.com/?KBID=217221 OFF2000: Using SelfCert to Create a Digital Certificate for VBA Projects (Q217221) use SelfCert -- Regards, Tom Ogilvy "BruceJ" wrote in message news:YWUpb.76762$mZ5.490359@attbi_s54... I have several macros I have created and I would like to have high security, or at least medium, but I don't like excel asking me each time I start about the "Enable/Disable Macros." is there a way I can tell Excel that these macros are OK? Thanks Bruce |
#8
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Tom, I can not find "Selfcert" I DO have a MAKECERT that was installed when
I followed the steps listed. Is this the same? Bruce "Tom Ogilvy" wrote in message ... http://support.microsoft.com/?KBID=206637 OFF2000: Overview of Digital Certificates (Q206637) http://support.microsoft.com/?KBID=217221 OFF2000: Using SelfCert to Create a Digital Certificate for VBA Projects (Q217221) use SelfCert -- Regards, Tom Ogilvy "BruceJ" wrote in message news:YWUpb.76762$mZ5.490359@attbi_s54... I have several macros I have created and I would like to have high security, or at least medium, but I don't like excel asking me each time I start about the "Enable/Disable Macros." is there a way I can tell Excel that these macros are OK? Thanks Bruce |
#9
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Oppps.....
I did find it! Sorry! It worked like a charm as advertised! Bruce "BruceJ" wrote in message news:TGgqb.86879$9E1.438360@attbi_s52... Tom, I can not find "Selfcert" I DO have a MAKECERT that was installed when I followed the steps listed. Is this the same? Bruce "Tom Ogilvy" wrote in message ... http://support.microsoft.com/?KBID=206637 OFF2000: Overview of Digital Certificates (Q206637) http://support.microsoft.com/?KBID=217221 OFF2000: Using SelfCert to Create a Digital Certificate for VBA Projects (Q217221) use SelfCert -- Regards, Tom Ogilvy "BruceJ" wrote in message news:YWUpb.76762$mZ5.490359@attbi_s54... I have several macros I have created and I would like to have high security, or at least medium, but I don't like excel asking me each time I start about the "Enable/Disable Macros." is there a way I can tell Excel that these macros are OK? Thanks Bruce |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I best "scrub" a wkbk of "phantom macros"? | Excel Discussion (Misc queries) | |||
"excel "macros may be disabled" message using an xlam file | Excel Worksheet Functions | |||
How do I disable the "Do you want to increase security..." message | Excel Discussion (Misc queries) | |||
"openinf file..."ENABLE MACROS...DISABLE MACROS" | Excel Discussion (Misc queries) | |||
kill "enable macros" message | Excel Discussion (Misc queries) |