Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 43
Default Can I "sign" my own macros? or some other fix for the message about security and macros?

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   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 492
Default Can I "sign" my own macros? or some other fix for the message about security and macros?

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   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 74
Default Can I "sign" my own macros? or some other fix for the message about security and macros?

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   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27,285
Default Can I "sign" my own macros? or some other fix for the message about security and macros?


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   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Can I "sign" my own macros? or some other fix for the message about security and macros?

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   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Can I "sign" my own macros? or some other fix for the message about security and macros?

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   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Can I "sign" my own macros? or some other fix for the message about security and macros?

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   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 43
Default Can I "sign" my own macros? or some other fix for the message about security and macros?

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   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 43
Default Can I "sign" my own macros? or some other fix for the message about security and macros?

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
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 can I best "scrub" a wkbk of "phantom macros"? Dave Braden Excel Discussion (Misc queries) 5 January 4th 10 03:12 PM
"excel "macros may be disabled" message using an xlam file frustrated Excel Worksheet Functions 2 July 13th 09 08:32 PM
How do I disable the "Do you want to increase security..." message alexd Excel Discussion (Misc queries) 0 January 29th 08 11:13 AM
"openinf file..."ENABLE MACROS...DISABLE MACROS" F. Lawrence Kulchar Excel Discussion (Misc queries) 3 September 12th 06 10:33 AM
kill "enable macros" message bcamp1973 Excel Discussion (Misc queries) 5 March 15th 06 11:49 PM


All times are GMT +1. The time now is 10:05 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"