![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Join Date: Jun 2002
Location: New Jersey
Posts: 309
|
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 |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Dec 2003
Location: Oregon, USA
Posts: 9,624
|
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.) |
|
|
|
|
|
#3 |
|
Join Date: Jun 2002
Location: New Jersey
Posts: 309
|
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 |
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Dec 2003
Location: Oregon, USA
Posts: 9,624
|
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.) |
|
|
|
|
|
#5 |
|
Join Date: Apr 2002
Location: Puerto Vallarta, Mexico
Posts: 869
|
Oh, that is funny, and yes, we all have been there.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|