Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 789
Default Turning off merge-warning

Hi
At the VBA end you could try

Application.displayAlerts = False
'do merge code
Application.displayAlerts = True

I'm not sure anything is available at the manual excel end to switch
alerts off.
regards
Paul

Konrad Viltersten wrote:
I use Merge to, well, merge, but every time it's called
i get a warning that i'm about to merge and hence
loose the values in the rest of the merged cells.

How do i make the warning shut up?

--
Vänligen
Konrad
---------------------------------------------------

Sleep - thing used by ineffective people
as a substitute for coffee

Ambition - a poor excuse for not having
enough sence to be lazy
---------------------------------------------------


  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Turning off merge-warning

if you are merging with code

Application.DisplayAlerts = False
' do the merge
Application.DisplayAlerts = True

--
Regards,
Tom Ogilvy


"Konrad Viltersten" wrote:

I use Merge to, well, merge, but every time it's called
i get a warning that i'm about to merge and hence
loose the values in the rest of the merged cells.

How do i make the warning shut up?

--
Vänligen
Konrad
---------------------------------------------------

Sleep - thing used by ineffective people
as a substitute for coffee

Ambition - a poor excuse for not having
enough sence to be lazy
---------------------------------------------------


  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default Turning off merge-warning

I use Merge to, well, merge, but every time it's called
i get a warning that i'm about to merge and hence
loose the values in the rest of the merged cells.

How do i make the warning shut up?

--
Vänligen
Konrad
---------------------------------------------------

Sleep - thing used by ineffective people
as a substitute for coffee

Ambition - a poor excuse for not having
enough sence to be lazy
---------------------------------------------------

  #4   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default Turning off merge-warning

Tom Ogilvy wrote/skrev/kaita/popisal/schreibt :

if you are merging with code

Application.DisplayAlerts = False
' do the merge
Application.DisplayAlerts = True


I use Merge to, well, merge, but every time it's called
i get a warning that i'm about to merge and hence
loose the values in the rest of the merged cells.

How do i make the warning shut up?



Great thanks. I'll try that right away!

--
Vänligen
Konrad
---------------------------------------------------

Sleep - thing used by ineffective people
as a substitute for coffee

Ambition - a poor excuse for not having
enough sence to be lazy
---------------------------------------------------

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
Turning off merge-warning [email protected] Excel Discussion (Misc queries) 3 September 13th 06 06:43 PM
Turning of merge warning message David P. Excel Discussion (Misc queries) 1 December 31st 05 01:33 AM
Turning off merge message David P. Excel Discussion (Misc queries) 5 December 30th 05 06:42 PM
Turning hyperlink warning off John Tolman[_2_] Excel Programming 0 November 7th 04 07:30 AM
Turning off circular reference warning Craig[_12_] Excel Programming 6 February 10th 04 02:48 PM


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

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"