Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Override dialogs on SaveAs (tab-delimited)

Dear all,

I've created a script to automatically convert .xls files to tab delimited
text files. It works fine, only i want to get rid of those dialog boxes that
are popping up all the time:

"Do you want to save the changes you made to "filename" dialog ?
"The selected file type does not support workbooks that contain multiple
sheets"
"Save Dialog box" ....

Could there be some kind of switch to override this behaviour in a 'silent'
kind of way ?

Thanks


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Override dialogs on SaveAs (tab-delimited)

Application.DisplayAlerts = False

should do it.

--
Jim
"Jürgen Germonpré" wrote in message
...
| Dear all,
|
| I've created a script to automatically convert .xls files to tab delimited
| text files. It works fine, only i want to get rid of those dialog boxes
that
| are popping up all the time:
|
| "Do you want to save the changes you made to "filename" dialog ?
| "The selected file type does not support workbooks that contain multiple
| sheets"
| "Save Dialog box" ....
|
| Could there be some kind of switch to override this behaviour in a
'silent'
| kind of way ?
|
| Thanks
|
|


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Override dialogs on SaveAs (tab-delimited)

Ok.
It works.
Thanks a lot.

"Jim Rech" wrote in message
...
Application.DisplayAlerts = False

should do it.

--
Jim
"Jürgen Germonpré" wrote in message
...
| Dear all,
|
| I've created a script to automatically convert .xls files to tab
delimited
| text files. It works fine, only i want to get rid of those dialog boxes
that
| are popping up all the time:
|
| "Do you want to save the changes you made to "filename" dialog ?
| "The selected file type does not support workbooks that contain multiple
| sheets"
| "Save Dialog box" ....
|
| Could there be some kind of switch to override this behaviour in a
'silent'
| kind of way ?
|
| Thanks
|
|




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Override dialogs on SaveAs (tab-delimited)

Hi,

Could you please forward the script which does convertion of XLS
file onto a tab delimited file or comma delimited file.

Thanks in advance
San

Jürgen Germonpré wrote:
Dear all,

I've created a script to automatically convert .xls files to tab delimited
text files. It works fine, only i want to get rid of those dialog boxes that
are popping up all the time:

"Do you want to save the changes you made to "filename" dialog ?
"The selected file type does not support workbooks that contain multiple
sheets"
"Save Dialog box" ....

Could there be some kind of switch to override this behaviour in a 'silent'
kind of way ?

Thanks


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Override dialogs on SaveAs (tab-delimited)


Hi,

Could you please give me the solution forconvertion of XLS
file onto a tab delimited file or comma delimited file.

Thanks in advance
samy.


--
Madasamy
------------------------------------------------------------------------
Madasamy's Profile: http://www.excelforum.com/member.php...o&userid=34146
View this thread: http://www.excelforum.com/showthread...hreadid=485441

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
Saving as tab delimited or comma delimited MathGrace Excel Discussion (Misc queries) 0 June 20th 08 08:02 PM
space delimited files now tab delimited Sunny Scripter Excel Discussion (Misc queries) 0 March 31st 08 12:39 AM
How can I convert tab delimited files to pipe delimited? Jeremy Town Excel Discussion (Misc queries) 2 November 15th 07 04:29 PM
Dialogs SaveAs with different directory Thomas Stroebel Excel Programming 4 August 6th 05 11:48 PM
Dialogs nc Excel Discussion (Misc queries) 1 March 23rd 05 02:17 PM


All times are GMT +1. The time now is 06:49 AM.

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

About Us

"It's about Microsoft Excel"