HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Microsoft Office

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 01-17-2008, 05:31 PM
Andy Smith
 
Posts: n/a
Default IE6 bug: Office/VBA certificate display HALF our company name

I'm an MSDN subscriber, and I can't find where or how to report this bug.
I've spoken with VeriSign, and they tell me it's a problem with IE6, not MS
Office, and to contact Microsoft. Here's the problem:

Our company name is "Standard & Poor's" -- we have a VeriSign Office/VBA
code-signing certificate to sign Excel spreadsheets with macros. When a
client sets Excel (2000 or 2003) to High macro security level, and then opens
a spreadsheet we published, the dialog box with the Disable/Enable macros
buttons displays only "Standard &" -- that's it.

This happens with a Word or Publisher document too. If I add a macro, sign
the file, and send it off to someone, they see only half our company name,
which is completely unacceptable. To see this in action, open any Office
2000 or 2003 application, use Tools / Macro / Security to set the level to
high, and then click one of these links.

Word: http://home.comcast.net/~jasmith4/S&...n/S&P-Word.doc
Excel: http://home.comcast.net/~jasmith4/S&.../S&P-Excel.xls
Publisher: http://home.comcast.net/~jasmith4/S&...-Publisher.pub

When the macro warning comes up, don't check the "Always Trust" checkbox --
leave it off -- or you won't see the problem again. If you click Enable
Macros, you'll just get one message box saying "You are now running macros."


--
Andy Smith
Senior Systems Analyst
Standard & Poor's, NYC


----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...ic.office.misc
Reply With Quote
Sponsored Links
  #2  
Old 01-18-2008, 02:01 AM
Bob Buckland ?:-\)
 
Posts: n/a
Default Re: IE6 bug: Office/VBA certificate display HALF our company name

Hi Andy,

I'm not sure quite how IE6 would fit in the scenario as the dialog appears the same if you first download the file then open it in
Word. Strictly as a guess, I'm wondering is if perhaps the ampersand character is seen as an 'escape' character in the Office macro
dialog in versions prior to Office 2007.

In Word menu customization, for example, you use an Ampersand to tell Word which character to use for the 'hot' key (underscored)
for keyboard shortcuts.

Is there perhaps a way to test what happens if you use && in place of & or to put quotes around the full name? You may want to
also followup on this in the Word VBA discussion group as well using the link below.

==========
<<"Andy Smith" <AndySmith@discussions.microsoft.com> wrote in message news:C722C739-E804-43E7-BAAF-005C2023AF40@microsoft.com...
I'm an MSDN subscriber, and I can't find where or how to report this bug.
I've spoken with VeriSign, and they tell me it's a problem with IE6, not MS Office, and to contact Microsoft. Here's the problem:

Our company name is "Standard & Poor's" -- we have a VeriSign Office/VBA
code-signing certificate to sign Excel spreadsheets with macros. When a
client sets Excel (2000 or 2003) to High macro security level, and then opens a spreadsheet we published, the dialog box with the
Disable/Enable macros buttons displays only "Standard &" -- that's it.

This happens with a Word or Publisher document too. If I add a macro, sign the file, and send it off to someone, they see only half
our company name,which is completely unacceptable. To see this in action, open any Office 2000 or 2003 application, use Tools /
Macro / Security to set the level to high, and then click one of these links.

Word: http://home.comcast.net/~jasmith4/S&...n/S&P-Word.doc
Excel: http://home.comcast.net/~jasmith4/S&.../S&P-Excel.xls
Publisher: http://home.comcast.net/~jasmith4/S&...-Publisher.pub

When the macro warning comes up, don't check the "Always Trust" checkbox --
leave it off -- or you won't see the problem again. If you click Enable
Macros, you'll just get one message box saying "You are now running macros."


--
Andy Smith >>
--
Please let us know if this has helped,

Bob Buckland ?:-)
MS Office System Products MVP

>>*Courtesy is not expensive and can pay big dividends<<


LINKS
A. Specific newsgroup/discussion group mentioned in this message:
news://msnews.microsoft.com/microsof...rd.vba.general
or via browser:
http://microsoft.com/communities/new...rd.vba.general

B. MS Office Community discussion/newsgroups via Web Browser
http://microsoft.com/office/communit...s/default.mspx
or
Microsoft hosted newsgroups via Outlook Express/newsreader
news://msnews.microsoft.com



Reply With Quote
  #3  
Old 01-18-2008, 03:18 PM
Andy Smith
 
Posts: n/a
Default Re: IE6 bug: Office/VBA certificate display HALF our company name


IE, whether 6, 7, 5.5, or whatever, is where the certificates are added,
changed, deleted, etc. -- in Tools / Internet Options / Content /
Certificates. VeriSign tech support tells me it's an issue in IE6, not
Office.

--
* Please click Yes if this was helpful *
Andy Smith
Senior Systems Analyst
Standard & Poor''s, NYC



"Bob Buckland ?:-)" wrote:

> Hi Andy,
>
> I'm not sure quite how IE6 would fit in the scenario as the dialog appears the same if you first download the file then open it in
> Word. Strictly as a guess, I'm wondering is if perhaps the ampersand character is seen as an 'escape' character in the Office macro
> dialog in versions prior to Office 2007.
>
> In Word menu customization, for example, you use an Ampersand to tell Word which character to use for the 'hot' key (underscored)
> for keyboard shortcuts.
>
> Is there perhaps a way to test what happens if you use && in place of & or to put quotes around the full name? You may want to
> also followup on this in the Word VBA discussion group as well using the link below.
>
> ==========
> <<"Andy Smith" <AndySmith@discussions.microsoft.com> wrote in message news:C722C739-E804-43E7-BAAF-005C2023AF40@microsoft.com...
> I'm an MSDN subscriber, and I can't find where or how to report this bug.
> I've spoken with VeriSign, and they tell me it's a problem with IE6, not MS Office, and to contact Microsoft. Here's the problem:
>
> Our company name is "Standard & Poor's" -- we have a VeriSign Office/VBA
> code-signing certificate to sign Excel spreadsheets with macros. When a
> client sets Excel (2000 or 2003) to High macro security level, and then opens a spreadsheet we published, the dialog box with the
> Disable/Enable macros buttons displays only "Standard &" -- that's it.
>
> This happens with a Word or Publisher document too. If I add a macro, sign the file, and send it off to someone, they see only half
> our company name,which is completely unacceptable. To see this in action, open any Office 2000 or 2003 application, use Tools /
> Macro / Security to set the level to high, and then click one of these links.
>
> Word: http://home.comcast.net/~jasmith4/S&...n/S&P-Word.doc
> Excel: http://home.comcast.net/~jasmith4/S&.../S&P-Excel.xls
> Publisher: http://home.comcast.net/~jasmith4/S&...-Publisher.pub
>
> When the macro warning comes up, don't check the "Always Trust" checkbox --
> leave it off -- or you won't see the problem again. If you click Enable
> Macros, you'll just get one message box saying "You are now running macros."
>
>
> --
> Andy Smith >>
> --
> Please let us know if this has helped,
>
> Bob Buckland ?:-)
> MS Office System Products MVP
>
> >>*Courtesy is not expensive and can pay big dividends<<

>
> LINKS
> A. Specific newsgroup/discussion group mentioned in this message:
> news://msnews.microsoft.com/microsof...rd.vba.general
> or via browser:
> http://microsoft.com/communities/new...rd.vba.general
>
> B. MS Office Community discussion/newsgroups via Web Browser
> http://microsoft.com/office/communit...s/default.mspx
> or
> Microsoft hosted newsgroups via Outlook Express/newsreader
> news://msnews.microsoft.com
>
>
>
>

Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
office prints only bottom half of letters Mike Microsoft Office 1 01-02-2008 04:25 PM
where do i find the "half moon" projected half-completed symbol? btsaiw Microsoft Office 1 06-03-2007 03:07 PM
half lines display every inch on widescreen monitor with VISTA Mel Windows Vista 1 05-04-2007 05:09 PM
Display only "half-awakens" after sleep John Chamberlain Windows Vista 2 04-06-2007 06:37 PM
Re: Web Certificate Services - Error 0x80090016 on certificate install for IPsec [WORKAROUND INSIDE!] anstrem XP Networking 0 05-11-2004 01:34 PM


All times are GMT. The time now is 07:25 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger