MrExcel Message Board


Go Back   MrExcel Message Board > Question Forums > Excel Questions

Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only.

Reply
 
Thread Tools Display Modes
Old Mar 30th, 2004, 08:42 PM   #1
walt1122
 
Join Date: Jun 2002
Location: New Jersey
Posts: 309
Default OK I did it! Hit the Window>New Window - how do I fix

Hi All, seen something about removing the New Window when we accidently create a second version. Can anybody tell me how to get rid of the extra version. Tried the search, but wasn't really seeing anything about this problem.

thanks

Walt
walt1122 is offline   Reply With Quote
Old Mar 30th, 2004, 08:44 PM   #2
Zack Barresse
MrExcel MVP
 
Zack Barresse's Avatar
 
Join Date: Dec 2003
Location: Oregon, USA
Posts: 9,624
Default

hit the big 'X' in the upper right corner
__________________
Regards,
Zack Barresse

All Excel Functions
(If you would like comments in any code, please say so.)
Zack Barresse is offline   Reply With Quote
Old Mar 30th, 2004, 08:47 PM   #3
walt1122
 
Join Date: Jun 2002
Location: New Jersey
Posts: 309
Default Re: OK I did it! Hit the Window>New Window - how do I fix

firefytr, did it have to be that easy, Can't you have me write some code or something so I don't feel so stupid!!

thanks

Walt
walt1122 is offline   Reply With Quote
Old Mar 30th, 2004, 09:04 PM   #4
Zack Barresse
MrExcel MVP
 
Zack Barresse's Avatar
 
Join Date: Dec 2003
Location: Oregon, USA
Posts: 9,624
Default Re: OK I did it! Hit the Window>New Window - how do I fix

Sub helpWalt()

Dim sE As String
Application.ScreenUpdating = False
sE = InputBox("How are we feeling today?", Title:="Self-Esteem Gauge")
If IsEmpty(sE) Then Exit Sub
If MsgBox("Are you sure you feel " & sE & "?", vbYesNo) = vbNo Then
Exit Sub
Else: MsgBox ("Well, I hope things start looking up for you!")
End If
Application.ScreenUpdating = True

End Sub


(we've all been there!!)
__________________
Regards,
Zack Barresse

All Excel Functions
(If you would like comments in any code, please say so.)
Zack Barresse is offline   Reply With Quote
Old Mar 30th, 2004, 09:06 PM   #5
elgringo56
 
Join Date: Apr 2002
Location: Puerto Vallarta, Mexico
Posts: 869
Default

Oh, that is funny, and yes, we all have been there.
elgringo56 is offline   Reply With Quote
Reply

Bookmarks

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT +1. The time now is 03:01 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
All contents Copyright 1998-2009 by MrExcel Consulting.