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


Hello,

I trying to detect if the aplication is running on a Mac

Private Sub Workbook_Open()
#If Mac Then
MsgBox "Sorry this Application runs in Windows only."
SwInicio = True
#End If

If SwInicio = False Then
"Windows intructions"
End if
End Sub

and in that case force the application to quit. Already try with Exi
Sub, but the program jumps to the next subs and continues running.

Any idea?

Thanks in advance.

jose lui

--
jose lui
-----------------------------------------------------------------------
jose luis's Profile: http://www.excelforum.com/member.php...fo&userid=1331
View this thread: http://www.excelforum.com/showthread.php?threadid=26172

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Trouble with exit

Hi Jose

Use this
Application.Operatingsystem

See Help for more details


--
Regards Ron de Bruin
http://www.rondebruin.nl


"jose luis" wrote in message ...

Hello,

I trying to detect if the aplication is running on a Mac

Private Sub Workbook_Open()
#If Mac Then
MsgBox "Sorry this Application runs in Windows only."
SwInicio = True
#End If

If SwInicio = False Then
"Windows intructions"
End if
End Sub

and in that case force the application to quit. Already try with Exit
Sub, but the program jumps to the next subs and continues running.

Any idea?

Thanks in advance.

jose luis


--
jose luis
------------------------------------------------------------------------
jose luis's Profile: http://www.excelforum.com/member.php...o&userid=13312
View this thread: http://www.excelforum.com/showthread...hreadid=261729



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
Exit Sub Jeff Excel Discussion (Misc queries) 2 March 1st 08 06:21 PM
Run when exit PH NEWS Excel Worksheet Functions 1 July 18th 06 03:53 PM
exit sub mike allen[_2_] Excel Programming 4 August 6th 04 05:39 PM
If a called sub exit, how to the caller exit right away? luvgreen[_4_] Excel Programming 4 February 24th 04 05:06 PM
Exit Sub? Eva Shanley[_2_] Excel Programming 3 December 24th 03 02:15 PM


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