![]() | |
#21
| |||
| |||
|
|
Dave Mitchell wrote: that warning message that comes up when you open Excel stating that "This file contains macros.... Do you wish to continue", the only way I know of to get rid of that message is to set your security level to low in Excel (Tools ==> Macros == Security...) Or digitally sign your VBA macro. You'll need a certificate from a provider such as VeriSign. http://www.verisign.com/products-ser...s/code-signing /digital-ids-code-signing/index.html We're required to do this to meet some of customer's security standards. |
#22
| |||
| |||
|
|
Brian, Thanks again. That looks like an excellent resource to have available. Larry "Brian Speirs" <bss59REMOVE_THIS (AT) paradise (DOT) net.nz> wrote in message news:4371789d (AT) clear (DOT) net.nz... Shading is fine. Use bgcolor=xxxxx in a tr or td definition. Excel offers a lot MS specific formatting options. You can find details at: http://msdn.microsoft.com/library/de...ml/ofxml2k.asp or search 'ofhtml9' at microsoft.com Cheers, Brian Homer L. Hazel wrote: Brian, I don't know why I didn't think of HTML sooner. I was fixated on Excel. I've written programs to create HTML versions of Sales Orders and Purchase Orders for clients. Don't know why I didn't think of it for this application. The output in Excel is essentially in a table so I can certainly modify the program that creates the output to put the HTML around it such that it looks all right. Some of the cells have to have grey and light blue shading, so that will definitely mean a test in Excel. Thanks for the excellent suggestion. Larry Hazel -- ************************************************** * Brian Speirs h: (04) 479 9032 c: (021) 265 5906 e: bss59REMOVETHIS (AT) paradise (DOT) net.nz |
#23
| |||
| |||
|
|
Macros can be signed locally and for free if they're not moving around. Now, ask me how to do that and I'll have to charge ya. ![]() If you're sending sheets around an office though, this isn't practical. For many reasons, neither is going around an end-user's office and setting everyone's security to Low. T "Kevin Powick" <nospam (AT) spamless (DOT) com> wrote: Dave Mitchell wrote: that warning message that comes up when you open Excel stating that "This file contains macros.... Do you wish to continue", the only way I know of to get rid of that message is to set your security level to low in Excel (Tools ==> Macros == Security...) Or digitally sign your VBA macro. You'll need a certificate from a provider such as VeriSign. http://www.verisign.com/products-ser...s/code-signing /digital-ids-code-signing/index.html We're required to do this to meet some of customer's security standards. |
#24
| |||
| |||
|
|
Macros can be signed locally and for free if they're not moving around. Now, ask me how to do that and I'll have to charge ya. ![]() If you're sending sheets around an office though, this isn't practical. For many reasons, neither is going around an end-user's office and setting everyone's security to Low. T "Kevin Powick" <nospam (AT) spamless (DOT) com> wrote: Dave Mitchell wrote: that warning message that comes up when you open Excel stating that "This file contains macros.... Do you wish to continue", the only way I know of to get rid of that message is to set your security level to low in Excel (Tools ==> Macros == Security...) Or digitally sign your VBA macro. You'll need a certificate from a provider such as VeriSign. http://www.verisign.com/products-ser...s/code-signing /digital-ids-code-signing/index.html We're required to do this to meet some of customer's security standards. |
#25
| |||
| |||
|
|
The way I understood it, he just wants to set this up on one computer (the server). If it costs him to digitally sign a macro, and it's only on the one computer, then setting security to low shouldn't be too much of a hassle. Dave "Tony Gravagno" <g6q3x9lu53001 (AT) sneakemail (DOT) com.invalid> wrote in message news:9om7n1lr714p0a1mhba37csbfni5f0odfl (AT) 4ax (DOT) com... Macros can be signed locally and for free if they're not moving around. Now, ask me how to do that and I'll have to charge ya. ![]() If you're sending sheets around an office though, this isn't practical. For many reasons, neither is going around an end-user's office and setting everyone's security to Low. T "Kevin Powick" <nospam (AT) spamless (DOT) com> wrote: Dave Mitchell wrote: that warning message that comes up when you open Excel stating that "This file contains macros.... Do you wish to continue", the only way I know of to get rid of that message is to set your security level to low in Excel (Tools ==> Macros == Security...) Or digitally sign your VBA macro. You'll need a certificate from a provider such as VeriSign. http://www.verisign.com/products-ser...s/code-signing /digital-ids-code-signing/index.html We're required to do this to meet some of customer's security standards. |
![]() |
| Thread Tools | |
| Display Modes | |
| |