Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 136
Default Security - Setting

Hello All:
How would one on Open Workbook event(Opening an spreadsheet I assume)
Automatically set the security on Low and on Trusted Sources set the
check box to Trust Access to Visual Basic Projects. The reason being
is that I have this spreadsheet which is pretty much loaded with VB
codes(Thanks to this workgroup) and am going to distribute between
bunch of teachers, I don't know if the option set under their Excel
is set to low security or the trust for VB projects is set. It really
simplifies the matter if the spread sheet can handle and set the
parameter. Any Suggestion

Ardy

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 167
Default Security - Setting

All security settings must be set by the user. If they could be modified
through code, what would stop a virus from using Excel as a backdoor into
your system? Also, "Low" is not recommended since workbooks could contain
malicious code and the user would never know. Keep the setting at "Medium"
despite the hassle.

Best bet, send out a well worded memo with screenshots. If you really don't
want to have them manually change their settings, consider making or
purchasing a digital certificate. Google "Excel Digital Certificate". I
believe Bob Phillips has a tutorial on this.

HTH,
Pflugs

"Ardy" wrote:

Hello All:
How would one on Open Workbook event(Opening an spreadsheet I assume)
Automatically set the security on Low and on Trusted Sources set the
check box to Trust Access to Visual Basic Projects. The reason being
is that I have this spreadsheet which is pretty much loaded with VB
codes(Thanks to this workgroup) and am going to distribute between
bunch of teachers, I don't know if the option set under their Excel
is set to low security or the trust for VB projects is set. It really
simplifies the matter if the spread sheet can handle and set the
parameter. Any Suggestion

Ardy


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 136
Default Security - Setting

On Jun 25, 1:45 pm, Pflugs wrote:
All security settings must be set by the user. If they could be modified
through code, what would stop a virus from using Excel as a backdoor into
your system? Also, "Low" is not recommended since workbooks could contain
malicious code and the user would never know. Keep the setting at "Medium"
despite the hassle.

Best bet, send out a well worded memo with screenshots. If you really don't
want to have them manually change their settings, consider making or
purchasing a digital certificate. Google "Excel Digital Certificate". I
believe Bob Phillips has a tutorial on this.

HTH,
Pflugs

"Ardy" wrote:
Hello All:
How would one on Open Workbook event(Opening an spreadsheet I assume)
Automatically set the security on Low and on Trusted Sources set the
check box to Trust Access to Visual Basic Projects. The reason being
is that I have this spreadsheet which is pretty much loaded with VB
codes(Thanks to this workgroup) and am going to distribute between
bunch of teachers, I don't know if the option set under their Excel
is set to low security or the trust for VB projects is set. It really
simplifies the matter if the spread sheet can handle and set the
parameter. Any Suggestion


Ardy


Yhank you, I thought so....... I did google it and All I cameup with
was classes to VB. you don't happen to know the link to Bob's
tutorial....
Ardy

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 136
Default Security - Setting

On Jun 25, 1:45 pm, Pflugs wrote:
All security settings must be set by the user. If they could be modified
through code, what would stop a virus from using Excel as a backdoor into
your system? Also, "Low" is not recommended since workbooks could contain
malicious code and the user would never know. Keep the setting at "Medium"
despite the hassle.

Best bet, send out a well worded memo with screenshots. If you really don't
want to have them manually change their settings, consider making or
purchasing a digital certificate. Google "Excel Digital Certificate". I
believe Bob Phillips has a tutorial on this.

HTH,
Pflugs

"Ardy" wrote:
Hello All:
How would one on Open Workbook event(Opening an spreadsheet I assume)
Automatically set the security on Low and on Trusted Sources set the
check box to Trust Access to Visual Basic Projects. The reason being
is that I have this spreadsheet which is pretty much loaded with VB
codes(Thanks to this workgroup) and am going to distribute between
bunch of teachers, I don't know if the option set under their Excel
is set to low security or the trust for VB projects is set. It really
simplifies the matter if the spread sheet can handle and set the
parameter. Any Suggestion


Ardy


OK I was looking on line to see how I can buy one, it seem to be the
only way I can trutfully say I am not a bad guy. Could somebody tell
me what type I should get, All I have a a single Excel file that I
will be distributing to who ever. I was looking at veri Sign but
there are diffrent types.....
Can somebody point me to the right direction. I know this is a touchy
subject.....
Ardy

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 167
Default Security - Setting

Ardy,

I have not signed my add-ins and macro-containing spreadsheets. For me,
it's not worth the extra yearly cost (yet). However, if you are interested
in pursuing a certificate, this link provided by Microsoft lists some
prominent companies.

http://msdn2.microsoft.com/en-us/library/ms995347.aspx

If you are only doing one spreadsheet, I really don't think it's worth a
yearly fee, though.

Pflugs

"Ardy" wrote:

On Jun 25, 1:45 pm, Pflugs wrote:
All security settings must be set by the user. If they could be modified
through code, what would stop a virus from using Excel as a backdoor into
your system? Also, "Low" is not recommended since workbooks could contain
malicious code and the user would never know. Keep the setting at "Medium"
despite the hassle.

Best bet, send out a well worded memo with screenshots. If you really don't
want to have them manually change their settings, consider making or
purchasing a digital certificate. Google "Excel Digital Certificate". I
believe Bob Phillips has a tutorial on this.

HTH,
Pflugs

"Ardy" wrote:
Hello All:
How would one on Open Workbook event(Opening an spreadsheet I assume)
Automatically set the security on Low and on Trusted Sources set the
check box to Trust Access to Visual Basic Projects. The reason being
is that I have this spreadsheet which is pretty much loaded with VB
codes(Thanks to this workgroup) and am going to distribute between
bunch of teachers, I don't know if the option set under their Excel
is set to low security or the trust for VB projects is set. It really
simplifies the matter if the spread sheet can handle and set the
parameter. Any Suggestion


Ardy


OK I was looking on line to see how I can buy one, it seem to be the
only way I can trutfully say I am not a bad guy. Could somebody tell
me what type I should get, All I have a a single Excel file that I
will be distributing to who ever. I was looking at veri Sign but
there are diffrent types.....
Can somebody point me to the right direction. I know this is a touchy
subject.....
Ardy




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 136
Default Security - Setting

On Jun 25, 5:05 pm, Pflugs wrote:
Ardy,

I have not signed my add-ins and macro-containing spreadsheets. For me,
it's not worth the extra yearly cost (yet). However, if you are interested
in pursuing a certificate, this link provided by Microsoft lists some
prominent companies.

http://msdn2.microsoft.com/en-us/library/ms995347.aspx

If you are only doing one spreadsheet, I really don't think it's worth a
yearly fee, though.

Pflugs

"Ardy" wrote:
On Jun 25, 1:45 pm, Pflugs wrote:
All security settings must be set by the user. If they could be modified
through code, what would stop a virus from using Excel as a backdoor into
your system? Also, "Low" is not recommended since workbooks could contain
malicious code and the user would never know. Keep the setting at "Medium"
despite the hassle.


Best bet, send out a well worded memo with screenshots. If you really don't
want to have them manually change their settings, consider making or
purchasing a digital certificate. Google "Excel Digital Certificate". I
believe Bob Phillips has a tutorial on this.


HTH,
Pflugs


"Ardy" wrote:
Hello All:
How would one on Open Workbook event(Opening an spreadsheet I assume)
Automatically set the security on Low and on Trusted Sources set the
check box to Trust Access to Visual Basic Projects. The reason being
is that I have this spreadsheet which is pretty much loaded with VB
codes(Thanks to this workgroup) and am going to distribute between
bunch of teachers, I don't know if the option set under their Excel
is set to low security or the trust for VB projects is set. It really
simplifies the matter if the spread sheet can handle and set the
parameter. Any Suggestion


Ardy


OK I was looking on line to see how I can buy one, it seem to be the
only way I can trutfully say I am not a bad guy. Could somebody tell
me what type I should get, All I have a a single Excel file that I
will be distributing to who ever. I was looking at veri Sign but
there are diffrent types.....
Can somebody point me to the right direction. I know this is a touchy
subject.....
Ardy


Thanks for the reply, As you can see I am new to all of this
programming and logistics of what to do and distribute what I have. My
next step I guess is to turn what I have to an plugin. but I have to
learn how to do that. I agree abt the cost tied in to single
spreadsheet. but thenagain it started as an simple spreadsheet and
has gotten to be quite elaberate, I am to the point that need to
decide on my next action. I do thank you for your guidance.

Ardy

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 167
Default Security - Setting

Ardy,

May I reccommend a great resource that has helped me turn from VBA novice to
power user? Last year, I purchased "VBA and Macros for Microsoft Excel" by
Bill Jelen and Tracy Syrstad. It starts right at the basics and works its
way up to advanced programming. Check it out.

To be fair, many of the MVPs on this forum also have resources available.
John Walkenbach has a book also that I will soon be purchasing. What these
books don't cover, this forum can suffice.

Good luck!
Pflugs

"Ardy" wrote:

On Jun 25, 5:05 pm, Pflugs wrote:
Ardy,

I have not signed my add-ins and macro-containing spreadsheets. For me,
it's not worth the extra yearly cost (yet). However, if you are interested
in pursuing a certificate, this link provided by Microsoft lists some
prominent companies.

http://msdn2.microsoft.com/en-us/library/ms995347.aspx

If you are only doing one spreadsheet, I really don't think it's worth a
yearly fee, though.

Pflugs

"Ardy" wrote:
On Jun 25, 1:45 pm, Pflugs wrote:
All security settings must be set by the user. If they could be modified
through code, what would stop a virus from using Excel as a backdoor into
your system? Also, "Low" is not recommended since workbooks could contain
malicious code and the user would never know. Keep the setting at "Medium"
despite the hassle.


Best bet, send out a well worded memo with screenshots. If you really don't
want to have them manually change their settings, consider making or
purchasing a digital certificate. Google "Excel Digital Certificate". I
believe Bob Phillips has a tutorial on this.


HTH,
Pflugs


"Ardy" wrote:
Hello All:
How would one on Open Workbook event(Opening an spreadsheet I assume)
Automatically set the security on Low and on Trusted Sources set the
check box to Trust Access to Visual Basic Projects. The reason being
is that I have this spreadsheet which is pretty much loaded with VB
codes(Thanks to this workgroup) and am going to distribute between
bunch of teachers, I don't know if the option set under their Excel
is set to low security or the trust for VB projects is set. It really
simplifies the matter if the spread sheet can handle and set the
parameter. Any Suggestion


Ardy


OK I was looking on line to see how I can buy one, it seem to be the
only way I can trutfully say I am not a bad guy. Could somebody tell
me what type I should get, All I have a a single Excel file that I
will be distributing to who ever. I was looking at veri Sign but
there are diffrent types.....
Can somebody point me to the right direction. I know this is a touchy
subject.....
Ardy


Thanks for the reply, As you can see I am new to all of this
programming and logistics of what to do and distribute what I have. My
next step I guess is to turn what I have to an plugin. but I have to
learn how to do that. I agree abt the cost tied in to single
spreadsheet. but thenagain it started as an simple spreadsheet and
has gotten to be quite elaberate, I am to the point that need to
decide on my next action. I do thank you for your guidance.

Ardy


  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 136
Default Security - Setting

On Jun 26, 4:24 pm, Pflugs wrote:
Ardy,

May I reccommend a great resource that has helped me turn from VBA novice to
power user? Last year, I purchased "VBA and Macros for Microsoft Excel" by
Bill Jelen and Tracy Syrstad. It starts right at the basics and works its
way up to advanced programming. Check it out.

To be fair, many of the MVPs on this forum also have resources available.
John Walkenbach has a book also that I will soon be purchasing. What these
books don't cover, this forum can suffice.

Good luck!
Pflugs

"Ardy" wrote:
On Jun 25, 5:05 pm, Pflugs wrote:
Ardy,


I have not signed my add-ins and macro-containing spreadsheets. For me,
it's not worth the extra yearly cost (yet). However, if you are interested
in pursuing a certificate, this link provided by Microsoft lists some
prominent companies.


http://msdn2.microsoft.com/en-us/library/ms995347.aspx


If you are only doing one spreadsheet, I really don't think it's worth a
yearly fee, though.


Pflugs


"Ardy" wrote:
On Jun 25, 1:45 pm, Pflugs wrote:
All security settings must be set by the user. If they could be modified
through code, what would stop a virus from using Excel as a backdoor into
your system? Also, "Low" is not recommended since workbooks could contain
malicious code and the user would never know. Keep the setting at "Medium"
despite the hassle.


Best bet, send out a well worded memo with screenshots. If you really don't
want to have them manually change their settings, consider making or
purchasing a digital certificate. Google "Excel Digital Certificate". I
believe Bob Phillips has a tutorial on this.


HTH,
Pflugs


"Ardy" wrote:
Hello All:
How would one on Open Workbook event(Opening an spreadsheet I assume)
Automatically set the security on Low and on Trusted Sources set the
check box to Trust Access to Visual Basic Projects. The reason being
is that I have this spreadsheet which is pretty much loaded with VB
codes(Thanks to this workgroup) and am going to distribute between
bunch of teachers, I don't know if the option set under their Excel
is set to low security or the trust for VB projects is set. It really
simplifies the matter if the spread sheet can handle and set the
parameter. Any Suggestion


Ardy


OK I was looking on line to see how I can buy one, it seem to be the
only way I can trutfully say I am not a bad guy. Could somebody tell
me what type I should get, All I have a a single Excel file that I
will be distributing to who ever. I was looking at veri Sign but
there are diffrent types.....
Can somebody point me to the right direction. I know this is a touchy
subject.....
Ardy


Thanks for the reply, As you can see I am new to all of this
programming and logistics of what to do and distribute what I have. My
next step I guess is to turn what I have to an plugin. but I have to
learn how to do that. I agree abt the cost tied in to single
spreadsheet. but thenagain it started as an simple spreadsheet and
has gotten to be quite elaberate, I am to the point that need to
decide on my next action. I do thank you for your guidance.


Ardy


Pflugs:
Thanks for the book suggestion, I did order it. I am sure I will be
munching on this. Do you have suggestion as to a good resource into
making Exell Applets/Macros into plugins......:)

Ardy

  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 167
Default Security - Setting

Just so we're clear: by "plug-ins" do you mean add-ins (.xla files)? If so,
then the book you ordered does contain a chapter on add-ins. I would also
reccommend learning more about custom menus, toolbars, and events
(particularly Install and Uninstall) if you're going to be writing add-ins
for other people.

I myself have about 2 years Excel VBA experience, and I am just starting to
write quality add-ins for people in my workgroup. You need to think about
error handling, user interface, and readable code to do this. Remember to
comment everything.

There are also three other types of add-ins for Excel besides .XLA (that I
am aware of): .XLL, .COM, & .DLL. I think .XLL can be written using VBA, but
you will need C++ or VB to write the others, though they can be much more
powerful. All three are beyond my realm of expertise. You will want to look
for Excel MVP sites in order to learn more about those. (i.e. John
Walkenbach, Tushar Mehta, Bob Phillips, Bill Jelen, etc. - my apologies to
those I didn't name).

HTH,
Pflugs

"Ardy" wrote:

On Jun 26, 4:24 pm, Pflugs wrote:
Ardy,

May I reccommend a great resource that has helped me turn from VBA novice to
power user? Last year, I purchased "VBA and Macros for Microsoft Excel" by
Bill Jelen and Tracy Syrstad. It starts right at the basics and works its
way up to advanced programming. Check it out.

To be fair, many of the MVPs on this forum also have resources available.
John Walkenbach has a book also that I will soon be purchasing. What these
books don't cover, this forum can suffice.

Good luck!
Pflugs

"Ardy" wrote:
On Jun 25, 5:05 pm, Pflugs wrote:
Ardy,


I have not signed my add-ins and macro-containing spreadsheets. For me,
it's not worth the extra yearly cost (yet). However, if you are interested
in pursuing a certificate, this link provided by Microsoft lists some
prominent companies.


http://msdn2.microsoft.com/en-us/library/ms995347.aspx


If you are only doing one spreadsheet, I really don't think it's worth a
yearly fee, though.


Pflugs


"Ardy" wrote:
On Jun 25, 1:45 pm, Pflugs wrote:
All security settings must be set by the user. If they could be modified
through code, what would stop a virus from using Excel as a backdoor into
your system? Also, "Low" is not recommended since workbooks could contain
malicious code and the user would never know. Keep the setting at "Medium"
despite the hassle.


Best bet, send out a well worded memo with screenshots. If you really don't
want to have them manually change their settings, consider making or
purchasing a digital certificate. Google "Excel Digital Certificate". I
believe Bob Phillips has a tutorial on this.


HTH,
Pflugs


"Ardy" wrote:
Hello All:
How would one on Open Workbook event(Opening an spreadsheet I assume)
Automatically set the security on Low and on Trusted Sources set the
check box to Trust Access to Visual Basic Projects. The reason being
is that I have this spreadsheet which is pretty much loaded with VB
codes(Thanks to this workgroup) and am going to distribute between
bunch of teachers, I don't know if the option set under their Excel
is set to low security or the trust for VB projects is set. It really
simplifies the matter if the spread sheet can handle and set the
parameter. Any Suggestion


Ardy


OK I was looking on line to see how I can buy one, it seem to be the
only way I can trutfully say I am not a bad guy. Could somebody tell
me what type I should get, All I have a a single Excel file that I
will be distributing to who ever. I was looking at veri Sign but
there are diffrent types.....
Can somebody point me to the right direction. I know this is a touchy
subject.....
Ardy


Thanks for the reply, As you can see I am new to all of this
programming and logistics of what to do and distribute what I have. My
next step I guess is to turn what I have to an plugin. but I have to
learn how to do that. I agree abt the cost tied in to single
spreadsheet. but thenagain it started as an simple spreadsheet and
has gotten to be quite elaberate, I am to the point that need to
decide on my next action. I do thank you for your guidance.


Ardy


Pflugs:
Thanks for the book suggestion, I did order it. I am sure I will be
munching on this. Do you have suggestion as to a good resource into
making Exell Applets/Macros into plugins......:)

Ardy


  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Security - Setting

Check out Google for 'SelfCert.exe".
This will allow the experiment with certificates/signing code before you
spend any money.
It may be sufficient for your needs.

NickHK

"Ardy" wrote in message
oups.com...
Hello All:
How would one on Open Workbook event(Opening an spreadsheet I assume)
Automatically set the security on Low and on Trusted Sources set the
check box to Trust Access to Visual Basic Projects. The reason being
is that I have this spreadsheet which is pretty much loaded with VB
codes(Thanks to this workgroup) and am going to distribute between
bunch of teachers, I don't know if the option set under their Excel
is set to low security or the trust for VB projects is set. It really
simplifies the matter if the spread sheet can handle and set the
parameter. Any Suggestion

Ardy





  #11   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 167
Default Security - Setting

Nick,

It is my understanding that SelfCert only allows you to certify your own
workbooks on your OWN computer. When I read on this it, it seemed that if
you distributed workbooks signed this way, customers would still have to
approve them every time. This happened on my trials, too. Is that not the
case?

Thanks,
Pflugs

"NickHK" wrote:

Check out Google for 'SelfCert.exe".
This will allow the experiment with certificates/signing code before you
spend any money.
It may be sufficient for your needs.

NickHK

"Ardy" wrote in message
oups.com...
Hello All:
How would one on Open Workbook event(Opening an spreadsheet I assume)
Automatically set the security on Low and on Trusted Sources set the
check box to Trust Access to Visual Basic Projects. The reason being
is that I have this spreadsheet which is pretty much loaded with VB
codes(Thanks to this workgroup) and am going to distribute between
bunch of teachers, I don't know if the option set under their Excel
is set to low security or the trust for VB projects is set. It really
simplifies the matter if the spread sheet can handle and set the
parameter. Any Suggestion

Ardy




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
Security Setting Tarig Excel Discussion (Misc queries) 1 January 6th 08 12:22 PM
High Security setting Sam Excel Programming 3 April 25th 07 05:05 AM
Macro not able to run due to a security setting Wes Excel Discussion (Misc queries) 1 February 20th 07 09:58 PM
Security setting on Low, but Macro will not run? Ouka[_20_] Excel Programming 6 September 8th 05 01:26 AM
Security setting of low ignored for macros Jonathan Cohen Excel Programming 1 December 12th 03 06:30 AM


All times are GMT +1. The time now is 11:15 AM.

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"