A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Save as... *.ans



 
 
Thread Tools Display Modes
  #1  
Old May 14th, 2004, 04:58 PM
Cindy M -WordMVP-
external usenet poster
 
Posts: n/a
Default Save as... *.ans

Hi =?Utf-8?B?Qm9i?=,

I tried contacting PSS. Was transferred 3 times and was still told I'd have

to pay $245 to talk to somebody about this. Because I use Text To Layout
Converter in a MACRO, they're convinced I need to talk to developer support.
All I need is to know if they can provide the converter for me. I'd rather not
rewrite the macro...


Do you have a case number for this? I don't think there's any way to suppress
the message you're getting (although if there are enough complaints/feedback on
microsoft.com they might get someone to re-write the converter and sign it so
that it's "safe"). But someone I talked to would dearly love to straighten out
PSS providing correct support when someone requests the converter pack (IOW they
shouldn't charge anything)

As to the prompt, about the only thing I can imagine, at this point in time,
would be trying to get around it using SendKeys. There's a Knowledge Base article
on microsoft.com for VB that deals with dismissing dialog boxes that might pop up
and "stall" automation. It uses a timer, and sends "{ENTER}" via SendKeys after a
certain amount of time has elapsed and the code isn't proceeding.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep 30 2003)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)

  #2  
Old May 18th, 2004, 07:34 PM
Klaus Linke
external usenet poster
 
Posts: n/a
Default Save as... *.ans

As to the prompt, about the only thing I can imagine, at this
point in time, would be trying to get around it using SendKeys.



Hi Samster,

I think you can temporarily suppress alerts in your macro:

Dim tmpDisplayAlerts As Long

tmpDisplayAlerts = Application.DisplayAlerts
Application.DisplayAlerts = wdAlertsNone
ActiveDocument.SaveAs ...
Application.DisplayAlerts = tmpDisplayAlerts

Regards,
Klaus


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:29 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.