#1   Report Post  
Posted to microsoft.public.excel.programming
tom tom is offline
external usenet poster
 
Posts: 570
Default logging out

I have a Excel program that my department will be using on the web. I can log
out
of the program using a commandbutton while in the Excel program but having
problem (will not close) when using my browser. I would like to close out of
the program (workbook) and Excel (application) without saving are being asked
to save. The range address is to move the cursor to the top when the next
person logs on.

Private Sub CommandButton4_Click()
Range("a1").Select
xlApp.Quit
End Sub

Also, have try
ActiveWorkbook.Saved = True
Application.DisplayAlerts = False

As you can tell I'm new at this,
Thanks
Tom
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
Logging changes SPISO Excel Discussion (Misc queries) 0 May 12th 09 05:44 PM
Logging information SPISO Excel Worksheet Functions 0 April 22nd 09 02:16 PM
Logging activity George Foreman Excel Programming 5 February 2nd 05 05:28 PM
Change Logging Matt Jensen Excel Programming 0 December 20th 04 05:48 PM
Logging things.. Foss Excel Programming 2 April 8th 04 12:31 PM


All times are GMT +1. The time now is 10:02 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"