Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Suppressing dialogs

I would like to copy and paste to overwite the destination cells without
having the dialog box interupt the process
Please advise on the vba statement to supress the dialog

Regards & TIA


  #2   Report Post  
Posted to microsoft.public.excel.programming
Member
 
Location: In a hole in the ground there lived Joshua Fandango
Posts: 30
Default Suppressing dialogs

Hi Jim,

Does
Application.DisplayAlerts = False
Help at all?

HtH,
JF

On 23 Jan, 12:08, "Jim" wrote:
I would like to copy and paste to overwite the destination cells without
having the dialog box interupt the process
Please advise on the vba statement to supress the dialog

Regards & TIA


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default Suppressing dialogs

Jim,

this doesn't display an alert for me, what message are you getting?

Range("A1:a10").Copy Destination:=Range("D2")

you can disable alert messages with

Application.displayalerts=false
'do things
application.displayalerts=true

Mike

"Jim" wrote:

I would like to copy and paste to overwite the destination cells without
having the dialog box interupt the process
Please advise on the vba statement to supress the dialog

Regards & TIA



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Suppressing dialogs

Mike ... I should have have explained that I wanted to paste values over the
formula ... sorry about that
However Application.DisplayAlerts = False is what I was looking for.
I was using DisplayAlerts=False (without Application.) and it didn't work

Thanks to you all

"Jim" wrote in message
...
I would like to copy and paste to overwite the destination cells without
having the dialog box interupt the process
Please advise on the vba statement to supress the dialog

Regards & TIA



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
dialogs OlieH Excel Programming 0 August 1st 07 10:42 PM
Dialogs OlieH Excel Programming 3 July 14th 07 06:58 PM
dialogs Damien Excel Programming 2 March 7th 07 09:36 PM
dialogs Damien Excel Programming 0 March 7th 07 05:35 AM
Dialogs nc Excel Discussion (Misc queries) 1 March 23rd 05 02:17 PM


All times are GMT +1. The time now is 04:27 PM.

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"